Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_format.h979 #define XFS_DFORK_DSIZE(dip,mp) \ macro
985 XFS_DFORK_DSIZE(dip, mp) : \
/openbmc/linux/fs/xfs/
H A Dxfs_inode_item_recover.c479 XFS_DFORK_DSIZE(dip, mp)); in xlog_recover_inode_commit_pass2()
/openbmc/linux/fs/xfs/scrub/
H A Dinode.c537 fork_recs = XFS_DFORK_DSIZE(dip, mp) / sizeof(struct xfs_bmbt_rec); in xchk_dinode()