Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_bmap_btree.c211 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()
Dxfs_format.h1295 #define BMBT_BLOCKCOUNT_BITLEN 21 macro