Home
last modified time | relevance | path

Searched refs:agf_roots (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_alloc_btree.c45 agf->agf_roots[btnum] = ptr->s; in xfs_allocbt_set_root()
229 ptr->s = agf->agf_roots[cur->bc_btnum]; in xfs_allocbt_init_ptr_from_cur()
560 agf->agf_roots[cur->bc_btnum] = cpu_to_be32(afake->af_root); in xfs_allocbt_commit_staged_btree()
Dxfs_rmap_btree.c72 agf->agf_roots[btnum] = ptr->s; in xfs_rmapbt_set_root()
219 ptr->s = agf->agf_roots[cur->bc_btnum]; in xfs_rmapbt_init_ptr_from_cur()
516 agf->agf_roots[cur->bc_btnum] = cpu_to_be32(afake->af_root); in xfs_rmapbt_commit_staged_btree()
Dxfs_ag.c582 agf->agf_roots[XFS_BTNUM_BNOi] = cpu_to_be32(XFS_BNO_BLOCK(mp)); in xfs_agfblock_init()
583 agf->agf_roots[XFS_BTNUM_CNTi] = cpu_to_be32(XFS_CNT_BLOCK(mp)); in xfs_agfblock_init()
587 agf->agf_roots[XFS_BTNUM_RMAPi] = in xfs_agfblock_init()
Dxfs_format.h502 __be32 agf_roots[XFS_BTNUM_AGF]; /* root blocks */ member
Dxfs_alloc.c2839 offsetof(xfs_agf_t, agf_roots[0]), in xfs_alloc_log_agf()
/linux-6.1.9/fs/xfs/scrub/
Dagheader_repair.c172 be32_to_cpu(old_agf->agf_roots[XFS_BTNUM_RMAPi])) in xrep_agf_find_btrees()
220 agf->agf_roots[XFS_BTNUM_BNOi] = in xrep_agf_set_roots()
225 agf->agf_roots[XFS_BTNUM_CNTi] = in xrep_agf_set_roots()
230 agf->agf_roots[XFS_BTNUM_RMAPi] = in xrep_agf_set_roots()
Dagheader.c548 agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_BNO]); in xchk_agf()
552 agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_CNT]); in xchk_agf()
565 agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_RMAP]); in xchk_agf()
/linux-6.1.9/fs/xfs/
Dxfs_trace.h1708 __entry->bno_root = be32_to_cpu(agf->agf_roots[XFS_BTNUM_BNO]),
1709 __entry->cnt_root = be32_to_cpu(agf->agf_roots[XFS_BTNUM_CNT]),