Searched refs:xfs_mask64lo (Results 1 – 2 of 2) sorted by relevance
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()[all …]
36 static inline __uint64_t xfs_mask64lo(int n) in xfs_mask64lo() function