Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_fsmap.h31 void xfs_fsmap_to_internal(struct xfs_fsmap *dest, struct fsmap *src);
Dxfs_ioctl.c1669 xfs_fsmap_to_internal(&xhead.fmh_keys[0], &head.fmh_keys[0]); in xfs_ioc_getfsmap()
1670 xfs_fsmap_to_internal(&xhead.fmh_keys[1], &head.fmh_keys[1]); in xfs_ioc_getfsmap()
Dxfs_fsmap.c51 xfs_fsmap_to_internal( in xfs_fsmap_to_internal() function