Searched refs:BMBT_EXNTFLAG_BITLEN (Results 1 – 3 of 3) sorted by relevance
104 ext_flag = (int)(l0 >> (64 - BMBT_EXNTFLAG_BITLEN)); in __xfs_bmbt_get_all()106 xfs_mask64lo(64 - BMBT_EXNTFLAG_BITLEN)) >> 9; in __xfs_bmbt_get_all()156 xfs_mask64lo(64 - BMBT_EXNTFLAG_BITLEN)) >> 9; in xfs_bmbt_get_startoff()165 ext_flag = (int)((r->l0) >> (64 - BMBT_EXNTFLAG_BITLEN)); in xfs_bmbt_get_state()188 xfs_mask64lo(64 - BMBT_EXNTFLAG_BITLEN)) >> 9; in xfs_bmbt_disk_get_startoff()324 r->l0 &= xfs_mask64lo(64 - BMBT_EXNTFLAG_BITLEN); in xfs_bmbt_set_state()326 r->l0 |= xfs_mask64hi(BMBT_EXNTFLAG_BITLEN); in xfs_bmbt_set_state()
141 if (ep->l0 >> (64 - BMBT_EXNTFLAG_BITLEN) == 0) in xfs_bmbt_validate_extent()
1528 #define BMBT_EXNTFLAG_BITLEN 1 macro