Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dnewbt.c130 xnr->ifake.if_fork_size = xfs_inode_fork_size(sc->ip, whichfork); in xrep_newbt_init_inode()
167 xnr->ifake.if_fork_size = xfs_inode_fork_size(sc->ip, XFS_DATA_FORK); in xrep_newbt_init_metadir_inode()
/linux/fs/xfs/libxfs/
H A Dxfs_inode_fork.h80 (xfs_inode_fork_size(ip, w) / sizeof(xfs_bmbt_rec_t))
/linux/fs/xfs/
H A Dxfs_inode.h155 xfs_inode_fork_size( in xfs_inode_fork_size() function