Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_bmap_btree.c213 ASSERT((startblock & xfs_mask64hi(64-BMBT_STARTBLOCK_BITLEN)) == 0); in xfs_bmbt_set_allf()
252 ASSERT((startblock & xfs_mask64hi(64-BMBT_STARTBLOCK_BITLEN)) == 0); in xfs_bmbt_disk_set_allf()
Dxfs_format.h1341 #define BMBT_STARTBLOCK_BITLEN 52 macro