Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_bmap_btree.c209 ASSERT((startblock & xfs_mask64hi(64-BMBT_STARTBLOCK_BITLEN)) == 0); in xfs_bmbt_set_allf()
248 ASSERT((startblock & xfs_mask64hi(64-BMBT_STARTBLOCK_BITLEN)) == 0); in xfs_bmbt_disk_set_allf()
Dxfs_format.h1530 #define BMBT_STARTBLOCK_BITLEN 52 macro