Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_ialloc_btree.h170 #define XFS_IBT_BLOCK(mp) xfs_ibt_block(mp) macro
172 #define XFS_IBT_BLOCK(mp) ((xfs_agblock_t)(XFS_CNT_BLOCK(mp) + 1)) macro
178 #define XFS_PREALLOC_BLOCKS(mp) ((xfs_agblock_t)(XFS_IBT_BLOCK(mp) + 1))
Dxfs_fsops.c246 INT_SET(agi->agi_root, ARCH_CONVERT, XFS_IBT_BLOCK(mp)); in xfs_growfs_data_private()
309 XFS_AGB_TO_DADDR(mp, agno, XFS_IBT_BLOCK(mp)), in xfs_growfs_data_private()
Dxfs_macros.c1535 return XFS_IBT_BLOCK(mp); in xfs_ibt_block()