Searched refs:XFS_IEXT_STARTBLOCK_MASK (Results 1 – 1 of 1) sorted by relevance
30 #define XFS_IEXT_STARTBLOCK_MASK xfs_mask64lo(BMBT_STARTBLOCK_BITLEN) macro59 ASSERT((irec->br_startblock & ~XFS_IEXT_STARTBLOCK_MASK) == 0); in xfs_iext_set()