| .. | .. |
|---|
| 27 | 27 | struct xfs_fsmap fmh_keys[2]; /* low and high keys */ |
|---|
| 28 | 28 | }; |
|---|
| 29 | 29 | |
|---|
| 30 | | -void xfs_fsmap_from_internal(struct fsmap *dest, struct xfs_fsmap *src); |
|---|
| 31 | 30 | void xfs_fsmap_to_internal(struct xfs_fsmap *dest, struct fsmap *src); |
|---|
| 32 | 31 | |
|---|
| 33 | | -/* fsmap to userspace formatter - copy to user & advance pointer */ |
|---|
| 34 | | -typedef int (*xfs_fsmap_format_t)(struct xfs_fsmap *, void *); |
|---|
| 35 | | - |
|---|
| 36 | 32 | 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); |
|---|
| 38 | 34 | |
|---|
| 39 | 35 | #endif /* __XFS_FSMAP_H__ */ |
|---|