Home
last modified time | relevance | path

Searched refs:XFS_IEXT_STARTBLOCK_MASK (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/fs/xfs/libxfs/
Dxfs_iext_tree.c30 #define XFS_IEXT_STARTBLOCK_MASK xfs_mask64lo(BMBT_STARTBLOCK_BITLEN) macro
59 ASSERT((irec->br_startblock & ~XFS_IEXT_STARTBLOCK_MASK) == 0); in xfs_iext_set()