Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ag.c655 agi->agi_free_root = cpu_to_be32(XFS_FIBT_BLOCK(mp)); in xfs_agiblock_init()
769 .daddr = XFS_AGB_TO_DADDR(mp, id->agno, XFS_FIBT_BLOCK(mp)), in xfs_ag_init_headers()
Dxfs_format.h1482 #define XFS_FIBT_BLOCK(mp) ((xfs_agblock_t)(XFS_IBT_BLOCK(mp) + 1)) macro
1582 XFS_FIBT_BLOCK(mp) + 1 : \
Dxfs_alloc.c65 return XFS_FIBT_BLOCK(mp) + 1; in xfs_refc_block()
78 return XFS_FIBT_BLOCK(mp) + 1; in xfs_prealloc_blocks()
/linux-6.12.1/fs/xfs/scrub/
Dialloc_repair.c681 XFS_FIBT_BLOCK(sc->mp)); in xrep_ibt_build_new_trees()