Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_rtbitmap.c340 if (++word == XFS_BLOCKWSIZE(mp) && i < len) { in xfs_rtfind_forw()
385 if (++word == XFS_BLOCKWSIZE(mp) && i < len) { in xfs_rtfind_forw()
595 if (++word == XFS_BLOCKWSIZE(mp) && i < len) { in xfs_rtmodify_range()
635 if (++word == XFS_BLOCKWSIZE(mp) && i < len) { in xfs_rtmodify_range()
838 if (++word == XFS_BLOCKWSIZE(mp) && i < len) { in xfs_rtcheck_range()
884 if (++word == XFS_BLOCKWSIZE(mp) && i < len) { in xfs_rtcheck_range()
Dxfs_format.h1145 #define XFS_BLOCKWSIZE(mp) ((mp)->m_blockwsize) macro