Home
last modified time | relevance | path

Searched refs:XFS_BLOCKWSIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c343 if (++word == XFS_BLOCKWSIZE(mp) && i < len) { in xfs_rtfind_forw()
388 if (++word == XFS_BLOCKWSIZE(mp) && i < len) { in xfs_rtfind_forw()
598 if (++word == XFS_BLOCKWSIZE(mp) && i < len) { in xfs_rtmodify_range()
638 if (++word == XFS_BLOCKWSIZE(mp) && i < len) { in xfs_rtmodify_range()
841 if (++word == XFS_BLOCKWSIZE(mp) && i < len) { in xfs_rtcheck_range()
887 if (++word == XFS_BLOCKWSIZE(mp) && i < len) { in xfs_rtcheck_range()
H A Dxfs_format.h1145 #define XFS_BLOCKWSIZE(mp) ((mp)->m_blockwsize) macro