Home
last modified time | relevance | path

Searched refs:agf_roots (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_rmap_btree.c71 agf->agf_roots[btnum] = ptr->s; in xfs_rmapbt_set_root()
222 ptr->s = agf->agf_roots[cur->bc_btnum]; in xfs_rmapbt_init_ptr_from_cur()
519 agf->agf_roots[cur->bc_btnum] = cpu_to_be32(afake->af_root); in xfs_rmapbt_commit_staged_btree()
H A Dxfs_alloc_btree.c46 agf->agf_roots[btnum] = ptr->s; in xfs_allocbt_set_root()
230 ptr->s = agf->agf_roots[cur->bc_btnum]; in xfs_allocbt_init_ptr_from_cur()
563 agf->agf_roots[cur->bc_btnum] = cpu_to_be32(afake->af_root); in xfs_allocbt_commit_staged_btree()
H A Dxfs_ag.c253 agf->agf_roots[XFS_BTNUM_BNOi] = cpu_to_be32(XFS_BNO_BLOCK(mp)); in xfs_agfblock_init()
254 agf->agf_roots[XFS_BTNUM_CNTi] = cpu_to_be32(XFS_CNT_BLOCK(mp)); in xfs_agfblock_init()
258 agf->agf_roots[XFS_BTNUM_RMAPi] = in xfs_agfblock_init()
H A Dxfs_format.h668 __be32 agf_roots[XFS_BTNUM_AGF]; /* root blocks */ member
H A Dxfs_alloc.c2724 offsetof(xfs_agf_t, agf_roots[0]), in xfs_alloc_log_agf()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dagheader_repair.c162 be32_to_cpu(old_agf->agf_roots[XFS_BTNUM_RMAPi])) in xrep_agf_find_btrees()
210 agf->agf_roots[XFS_BTNUM_BNOi] = in xrep_agf_set_roots()
215 agf->agf_roots[XFS_BTNUM_CNTi] = in xrep_agf_set_roots()
220 agf->agf_roots[XFS_BTNUM_RMAPi] = in xrep_agf_set_roots()
H A Dagheader.c536 agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_BNO]); in xchk_agf()
540 agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_CNT]); in xchk_agf()
553 agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_RMAP]); in xchk_agf()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dagheader_repair.c177 be32_to_cpu(old_agf->agf_roots[XFS_BTNUM_RMAPi])) in xrep_agf_find_btrees()
226 agf->agf_roots[XFS_BTNUM_BNOi] = in xrep_agf_set_roots()
231 agf->agf_roots[XFS_BTNUM_CNTi] = in xrep_agf_set_roots()
236 agf->agf_roots[XFS_BTNUM_RMAPi] = in xrep_agf_set_roots()
H A Dagheader.c559 agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_BNO]); in xchk_agf()
563 agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_CNT]); in xchk_agf()
576 agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_RMAP]); in xchk_agf()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_rmap_btree.c72 agf->agf_roots[btnum] = ptr->s; in xfs_rmapbt_set_root()
229 ptr->s = agf->agf_roots[cur->bc_btnum]; in xfs_rmapbt_init_ptr_from_cur()
566 agf->agf_roots[cur->bc_btnum] = cpu_to_be32(afake->af_root); in xfs_rmapbt_commit_staged_btree()
H A 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()
580 agf->agf_roots[cur->bc_btnum] = cpu_to_be32(afake->af_root); in xfs_allocbt_commit_staged_btree()
H A Dxfs_ag.c661 agf->agf_roots[XFS_BTNUM_BNOi] = cpu_to_be32(XFS_BNO_BLOCK(mp)); in xfs_agfblock_init()
662 agf->agf_roots[XFS_BTNUM_CNTi] = cpu_to_be32(XFS_CNT_BLOCK(mp)); in xfs_agfblock_init()
666 agf->agf_roots[XFS_BTNUM_RMAPi] = in xfs_agfblock_init()
H A Dxfs_format.h502 __be32 agf_roots[XFS_BTNUM_AGF]; /* root blocks */ member
H A Dxfs_alloc.c2896 offsetof(xfs_agf_t, agf_roots[0]), in xfs_alloc_log_agf()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_trace.h1573 __entry->bno_root = be32_to_cpu(agf->agf_roots[XFS_BTNUM_BNO]),
1574 __entry->cnt_root = be32_to_cpu(agf->agf_roots[XFS_BTNUM_CNT]),
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_trace.h1710 __entry->bno_root = be32_to_cpu(agf->agf_roots[XFS_BTNUM_BNO]),
1711 __entry->cnt_root = be32_to_cpu(agf->agf_roots[XFS_BTNUM_CNT]),

Completed in 35 milliseconds