Home
last modified time | relevance | path

Searched defs:xfs_getfsmap_info (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/
H A Dxfs_fsmap.c160 struct xfs_getfsmap_info { struct
161 struct xfs_fsmap_head *head;
162 struct fsmap *fsmap_recs; /* mapping records */
163 struct xfs_buf *agf_bp; /* AGF, for refcount queries */
164 struct xfs_group *group; /* group info, if applicable */
165 xfs_daddr_t next_daddr; /* next daddr we expect */
189 struct xfs_getfsmap_info *info); argument
470 struct xfs_getfsmap_info *info, in __xfs_getfsmap_datadev()