Searched refs:BMBT_BLOCKCOUNT_BITLEN (Results 1 – 3 of 3) sorted by relevance
1663 #define BMBT_BLOCKCOUNT_BITLEN 21 macro1666 #define BMBT_BLOCKCOUNT_MASK ((1ULL << BMBT_BLOCKCOUNT_BITLEN) - 1)
111 ASSERT(!(s->br_blockcount & xfs_mask64hi(64-BMBT_BLOCKCOUNT_BITLEN))); in xfs_bmbt_disk_set_all()
29 #define XFS_IEXT_LENGTH_MASK xfs_mask64lo(BMBT_BLOCKCOUNT_BITLEN)