Searched refs:XFS_BLOCKWSIZE (Results 1 – 2 of 2) sorted by relevance
329 if (++word == XFS_BLOCKWSIZE(mp) && i < len) { in xfs_rtfind_forw()374 if (++word == XFS_BLOCKWSIZE(mp) && i < len) { in xfs_rtfind_forw()578 if (++word == XFS_BLOCKWSIZE(mp) && i < len) { in xfs_rtmodify_range()618 if (++word == XFS_BLOCKWSIZE(mp) && i < len) { in xfs_rtmodify_range()822 if (++word == XFS_BLOCKWSIZE(mp) && i < len) { in xfs_rtcheck_range()868 if (++word == XFS_BLOCKWSIZE(mp) && i < len) { in xfs_rtcheck_range()
1075 #define XFS_BLOCKWSIZE(mp) ((mp)->m_blockwsize) macro