Searched refs:BMBT_BLOCKCOUNT_BITLEN (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_format.h1653 #define BMBT_BLOCKCOUNT_BITLEN 21 macro
1656 #define BMBT_BLOCKCOUNT_MASK ((1ULL << BMBT_BLOCKCOUNT_BITLEN) - 1)
H A Dxfs_bmap_btree.c127 ASSERT(!(s->br_blockcount & xfs_mask64hi(64-BMBT_BLOCKCOUNT_BITLEN)));
H A Dxfs_iext_tree.c29 #define XFS_IEXT_LENGTH_MASK xfs_mask64lo(BMBT_BLOCKCOUNT_BITLEN)

Completed in 172 milliseconds