Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
A Dxfs_ag.c432 rrec->rm_startblock = cpu_to_be32(XFS_IBT_BLOCK(mp)); in xfs_rmaproot_init()
434 XFS_IBT_BLOCK(mp)); in xfs_rmaproot_init()
570 agi->agi_root = cpu_to_be32(XFS_IBT_BLOCK(mp)); in xfs_agiblock_init()
684 .daddr = XFS_AGB_TO_DADDR(mp, id->agno, XFS_IBT_BLOCK(mp)), in xfs_ag_init_headers()
A Dxfs_format.h1642 #define XFS_IBT_BLOCK(mp) ((xfs_agblock_t)(XFS_CNT_BLOCK(mp) + 1)) macro
1643 #define XFS_FIBT_BLOCK(mp) ((xfs_agblock_t)(XFS_IBT_BLOCK(mp) + 1))
1744 XFS_IBT_BLOCK(mp) + 1)
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()
/fs/xfs/scrub/
A Dialloc_repair.c655 xfs_agbno_to_fsb(sc->sa.pag, XFS_IBT_BLOCK(sc->mp)), in xrep_ibt_build_new_trees()

Completed in 798 milliseconds