Searched refs:XFS_IBT_BLOCK (Results 1 – 2 of 2) sorted by relevance
1648 #define XFS_IBT_BLOCK(mp) ((xfs_agblock_t)(XFS_CNT_BLOCK(mp) + 1)) macro1649 #define XFS_FIBT_BLOCK(mp) ((xfs_agblock_t)(XFS_IBT_BLOCK(mp) + 1))1750 XFS_IBT_BLOCK(mp) + 1)
64 return XFS_IBT_BLOCK(mp) + 1; in xfs_refc_block()77 return XFS_IBT_BLOCK(mp) + 1; in xfs_prealloc_blocks()