Searched refs:xfs_fsmap_to_internal (Results 1 – 3 of 3) sorted by relevance
30 void xfs_fsmap_to_internal(struct xfs_fsmap *dest, struct fsmap *src);
1545 xfs_fsmap_to_internal(&xhead.fmh_keys[0], &head.fmh_keys[0]); in xfs_ioc_getfsmap()1546 xfs_fsmap_to_internal(&xhead.fmh_keys[1], &head.fmh_keys[1]); in xfs_ioc_getfsmap()1604 xfs_fsmap_to_internal(&xhead.fmh_keys[0], last_rec); in xfs_ioc_getfsmap()
48 xfs_fsmap_to_internal( in xfs_fsmap_to_internal() function