Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_rtbitmap.c348 if (++word == XFS_BLOCKWSIZE(mp) && i < len) { in xfs_rtfind_forw()
393 if (++word == XFS_BLOCKWSIZE(mp) && i < len) { in xfs_rtfind_forw()
597 if (++word == XFS_BLOCKWSIZE(mp) && i < len) { in xfs_rtmodify_range()
637 if (++word == XFS_BLOCKWSIZE(mp) && i < len) { in xfs_rtmodify_range()
840 if (++word == XFS_BLOCKWSIZE(mp) && i < len) { in xfs_rtcheck_range()
886 if (++word == XFS_BLOCKWSIZE(mp) && i < len) { in xfs_rtcheck_range()
Dxfs_format.h1105 #define XFS_BLOCKWSIZE(mp) ((mp)->m_blockwsize) macro