Searched refs:BMBT_EXNTFLAG_BITLEN (Results 1 – 2 of 2) sorted by relevance
108 ext_flag = (int)(l0 >> (64 - BMBT_EXNTFLAG_BITLEN)); in __xfs_bmbt_get_all()110 xfs_mask64lo(64 - BMBT_EXNTFLAG_BITLEN)) >> 9; in __xfs_bmbt_get_all()160 xfs_mask64lo(64 - BMBT_EXNTFLAG_BITLEN)) >> 9; in xfs_bmbt_get_startoff()169 ext_flag = (int)((r->l0) >> (64 - BMBT_EXNTFLAG_BITLEN)); in xfs_bmbt_get_state()192 xfs_mask64lo(64 - BMBT_EXNTFLAG_BITLEN)) >> 9; in xfs_bmbt_disk_get_startoff()328 r->l0 &= xfs_mask64lo(64 - BMBT_EXNTFLAG_BITLEN); in xfs_bmbt_set_state()330 r->l0 |= xfs_mask64hi(BMBT_EXNTFLAG_BITLEN); in xfs_bmbt_set_state()389 (64 - BMBT_EXNTFLAG_BITLEN)) != 0) { in xfs_check_nostate_extents()
1292 #define BMBT_EXNTFLAG_BITLEN 1 macro