Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_ag.c184 rrec->rm_startblock = cpu_to_be32(XFS_IBT_BLOCK(mp)); in xfs_rmaproot_init()
186 XFS_IBT_BLOCK(mp)); in xfs_rmaproot_init()
323 agi->agi_root = cpu_to_be32(XFS_IBT_BLOCK(mp)); in xfs_agiblock_init()
435 .daddr = XFS_AGB_TO_DADDR(mp, id->agno, XFS_IBT_BLOCK(mp)), in xfs_ag_init_headers()
Dxfs_format.h1569 #define XFS_IBT_BLOCK(mp) ((xfs_agblock_t)(XFS_CNT_BLOCK(mp) + 1)) macro
1570 #define XFS_FIBT_BLOCK(mp) ((xfs_agblock_t)(XFS_IBT_BLOCK(mp) + 1))
1685 XFS_IBT_BLOCK(mp) + 1)
Dxfs_alloc.c68 return XFS_IBT_BLOCK(mp) + 1; in xfs_refc_block()
81 return XFS_IBT_BLOCK(mp) + 1; in xfs_prealloc_blocks()