Searched refs:BMBT_EXNTFLAG_BITLEN (Results 1 - 2 of 2) sorted by last modified time

/linux-master/fs/xfs/libxfs/
H A Dxfs_format.h1650 #define BMBT_EXNTFLAG_BITLEN 1 macro
H A Dxfs_bmap_btree.c85 irec->br_startoff = (l0 & xfs_mask64lo(64 - BMBT_EXNTFLAG_BITLEN)) >> 9;
88 if (l0 >> (64 - BMBT_EXNTFLAG_BITLEN))
112 xfs_mask64lo(64 - BMBT_EXNTFLAG_BITLEN)) >> 9;

Completed in 159 milliseconds