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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_bmap_btree.c105 ext_flag = (int)(l0 >> (64 - BMBT_EXNTFLAG_BITLEN));
107 xfs_mask64lo(64 - BMBT_EXNTFLAG_BITLEN)) >> 9;
185 xfs_mask64lo(64 - BMBT_EXNTFLAG_BITLEN)) >> 9;
194 ext_flag = (int)((r->l0) >> (64 - BMBT_EXNTFLAG_BITLEN));
217 xfs_mask64lo(64 - BMBT_EXNTFLAG_BITLEN)) >> 9;
406 r->l0 &= xfs_mask64lo(64 - BMBT_EXNTFLAG_BITLEN);
408 r->l0 |= xfs_mask64hi(BMBT_EXNTFLAG_BITLEN);
461 (64 - BMBT_EXNTFLAG_BITLEN)) != 0) {
H A Dxfs_bmap_btree.h44 #define BMBT_EXNTFLAG_BITLEN 1 macro

Completed in 80 milliseconds