hc
2024-05-11 645e752c5a84baeb21015cdc85fc05b7d16312c8
kernel/fs/xfs/xfs_fsmap.h
....@@ -27,13 +27,9 @@
2727 struct xfs_fsmap fmh_keys[2]; /* low and high keys */
2828 };
2929
30
-void xfs_fsmap_from_internal(struct fsmap *dest, struct xfs_fsmap *src);
3130 void xfs_fsmap_to_internal(struct xfs_fsmap *dest, struct fsmap *src);
3231
33
-/* fsmap to userspace formatter - copy to user & advance pointer */
34
-typedef int (*xfs_fsmap_format_t)(struct xfs_fsmap *, void *);
35
-
3632 int xfs_getfsmap(struct xfs_mount *mp, struct xfs_fsmap_head *head,
37
- xfs_fsmap_format_t formatter, void *arg);
33
+ struct fsmap *out_recs);
3834
3935 #endif /* __XFS_FSMAP_H__ */