Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_format.h1648 #define XFS_IBT_BLOCK(mp) ((xfs_agblock_t)(XFS_CNT_BLOCK(mp) + 1)) macro
1649 #define XFS_FIBT_BLOCK(mp) ((xfs_agblock_t)(XFS_IBT_BLOCK(mp) + 1))
1750 XFS_IBT_BLOCK(mp) + 1)
H A Dxfs_alloc.c64 return XFS_IBT_BLOCK(mp) + 1; in xfs_refc_block()
77 return XFS_IBT_BLOCK(mp) + 1; in xfs_prealloc_blocks()