Home
last modified time | relevance | path

Searched refs:xfs_refc_block (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ag.c525 rrec->rm_startblock = cpu_to_be32(xfs_refc_block(mp)); in xfs_rmaproot_init()
598 xfs_refc_block(mp)); in xfs_agfblock_init()
785 .daddr = XFS_AGB_TO_DADDR(mp, id->agno, xfs_refc_block(mp)), in xfs_ag_init_headers()
Dxfs_refcount_btree.c78 xfs_refc_block(args.mp))); in xfs_refcountbt_alloc_block()
Dxfs_format.h1591 unsigned int xfs_refc_block(struct xfs_mount *mp);
Dxfs_alloc.c59 xfs_refc_block( in xfs_refc_block() function
74 return xfs_refc_block(mp) + 1; in xfs_prealloc_blocks()
/linux-6.12.1/fs/xfs/scrub/
Drefcount_repair.c606 fsbno = XFS_AGB_TO_FSB(sc->mp, pag->pag_agno, xfs_refc_block(sc->mp)); in xrep_refc_build_new_tree()