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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 204 milliseconds