Home
last modified time | relevance | path

Searched refs:xfs_fsmap_to_internal (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_fsmap.h30 void xfs_fsmap_to_internal(struct xfs_fsmap *dest, struct fsmap *src);
H A Dxfs_ioctl.c1551 xfs_fsmap_to_internal(&xhead.fmh_keys[0], &head.fmh_keys[0]); in xfs_ioc_getfsmap()
1552 xfs_fsmap_to_internal(&xhead.fmh_keys[1], &head.fmh_keys[1]); in xfs_ioc_getfsmap()
1610 xfs_fsmap_to_internal(&xhead.fmh_keys[0], last_rec); in xfs_ioc_getfsmap()
H A Dxfs_fsmap.c48 xfs_fsmap_to_internal( in xfs_fsmap_to_internal() function