Home
last modified time | relevance | path

Searched refs:XFS_NBWORDLOG (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_types.h141 #define XFS_NBWORDLOG (XFS_NBBYLOG + XFS_WORDLOG) macro
142 #define XFS_NBWORD (1 << XFS_NBWORDLOG)
H A Dxfs_rtbitmap.h199 div_u64_rem(rtx >> XFS_NBWORDLOG, mp->m_blockwsize, &mod); in xfs_rtx_to_rbmword()
203 return (rtx >> XFS_NBWORDLOG) & (mp->m_blockwsize - 1); in xfs_rtx_to_rbmword()
H A Dxfs_sb.c1197 mp->m_rtx_per_rbmblock = mp->m_blockwsize << XFS_NBWORDLOG; in xfs_sb_mount_common()
/linux/fs/xfs/scrub/
H A Drtbitmap.h20 #define XREP_RTBMP_WORDMASK ((1ULL << XFS_NBWORDLOG) - 1)
H A Drtbitmap_repair.c87 return rtx >> XFS_NBWORDLOG; in rtx_to_wordoff()
94 return rtxlen >> XFS_NBWORDLOG; in rtxlen_to_wordcnt()