Searched refs:BMBT_BLOCKCOUNT_BITLEN (Results 1 – 2 of 2) sorted by relevance
211 ASSERT((blockcount & xfs_mask64hi(64-BMBT_BLOCKCOUNT_BITLEN)) == 0); in xfs_bmbt_set_allf()251 ASSERT((blockcount & xfs_mask64hi(64-BMBT_BLOCKCOUNT_BITLEN)) == 0); in xfs_bmbt_disk_set_allf()
1295 #define BMBT_BLOCKCOUNT_BITLEN 21 macro