Searched refs:BMBT_EXNTFLAG_BITLEN (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_bmap_btree.h54 #define BMBT_EXNTFLAG_BITLEN 1 macro
55 #define BMBT_STARTOFF_BITOFF (BMBT_EXNTFLAG_BITOFF + BMBT_EXNTFLAG_BITLEN)
67 #define BMBT_EXNTFLAG_BITLEN 1 macro
H A Dxfs_bmap_btree.c1833 ext_flag = (int)(l0 >> (64 - BMBT_EXNTFLAG_BITLEN));
1835 XFS_MASK64LO(64 - BMBT_EXNTFLAG_BITLEN)) >> 9;
1938 XFS_MASK64LO(64 - BMBT_EXNTFLAG_BITLEN)) >> 9;
1947 ext_flag = (int)((r->l0) >> (64 - BMBT_EXNTFLAG_BITLEN));
1985 XFS_MASK64LO(64 - BMBT_EXNTFLAG_BITLEN)) >> 9;
2582 r->l0 &= XFS_MASK64LO(64 - BMBT_EXNTFLAG_BITLEN);
2584 r->l0 |= XFS_MASK64HI(BMBT_EXNTFLAG_BITLEN);
2686 (64 - BMBT_EXNTFLAG_BITLEN)) != 0) {

Completed in 35 milliseconds