Home
last modified time | relevance | path

Searched refs:BMBT_BLOCKCOUNT_BITLEN (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_format.h1770 #define BMBT_BLOCKCOUNT_BITLEN 21 macro
1773 #define BMBT_BLOCKCOUNT_MASK ((1ULL << BMBT_BLOCKCOUNT_BITLEN) - 1)
H A Dxfs_bmap_btree.c109 ASSERT(!(s->br_blockcount & xfs_mask64hi(64-BMBT_BLOCKCOUNT_BITLEN))); in xfs_bmbt_disk_set_all()
H A Dxfs_iext_tree.c29 #define XFS_IEXT_LENGTH_MASK xfs_mask64lo(BMBT_BLOCKCOUNT_BITLEN)
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_format.h1663 #define BMBT_BLOCKCOUNT_BITLEN 21 macro
1666 #define BMBT_BLOCKCOUNT_MASK ((1ULL << BMBT_BLOCKCOUNT_BITLEN) - 1)
H A Dxfs_bmap_btree.c112 ASSERT(!(s->br_blockcount & xfs_mask64hi(64-BMBT_BLOCKCOUNT_BITLEN))); in xfs_bmbt_disk_set_all()
H A Dxfs_iext_tree.c29 #define XFS_IEXT_LENGTH_MASK xfs_mask64lo(BMBT_BLOCKCOUNT_BITLEN)

Completed in 13 milliseconds