Lines Matching refs:xfs_mask64lo
110 xfs_mask64lo(64 - BMBT_EXNTFLAG_BITLEN)) >> 9; in __xfs_bmbt_get_all()
111 s->br_startblock = (((xfs_fsblock_t)l0 & xfs_mask64lo(9)) << 43) | in __xfs_bmbt_get_all()
113 s->br_blockcount = (xfs_filblks_t)(l1 & xfs_mask64lo(21)); in __xfs_bmbt_get_all()
138 return (xfs_filblks_t)(r->l1 & xfs_mask64lo(21)); in xfs_bmbt_get_blockcount()
148 return (((xfs_fsblock_t)r->l0 & xfs_mask64lo(9)) << 43) | in xfs_bmbt_get_startblock()
160 xfs_mask64lo(64 - BMBT_EXNTFLAG_BITLEN)) >> 9; in xfs_bmbt_get_startoff()
181 return (xfs_filblks_t)(be64_to_cpu(r->l1) & xfs_mask64lo(21)); in xfs_bmbt_disk_get_blockcount()
192 xfs_mask64lo(64 - BMBT_EXNTFLAG_BITLEN)) >> 9; in xfs_bmbt_disk_get_startoff()
220 (xfs_bmbt_rec_base_t)xfs_mask64lo(21)); in xfs_bmbt_set_allf()
261 (xfs_bmbt_rec_base_t)xfs_mask64lo(21))); in xfs_bmbt_disk_set_allf()
286 (xfs_bmbt_rec_base_t)(v & xfs_mask64lo(21)); in xfs_bmbt_set_blockcount()
300 r->l1 = (r->l1 & (xfs_bmbt_rec_base_t)xfs_mask64lo(21)) | in xfs_bmbt_set_startblock()
315 (r->l0 & (xfs_bmbt_rec_base_t)xfs_mask64lo(9)); in xfs_bmbt_set_startoff()
328 r->l0 &= xfs_mask64lo(64 - BMBT_EXNTFLAG_BITLEN); in xfs_bmbt_set_state()