Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_rmap_btree.c74 agf->agf_rmap_root = ptr->s; in xfs_rmapbt_set_root()
232 ptr->s = agf->agf_rmap_root; in xfs_rmapbt_init_ptr_from_cur()
711 agf->agf_rmap_root = cpu_to_be32(afake->af_root); in xfs_rmapbt_commit_staged_btree()
Dxfs_ag.c583 agf->agf_rmap_root = cpu_to_be32(XFS_RMAP_BLOCK(mp)); in xfs_agfblock_init()
Dxfs_format.h501 __be32 agf_rmap_root; /* rmapbt root block */ member
/linux-6.12.1/fs/xfs/scrub/
Dagheader_repair.c182 if (fab[XREP_AGF_RMAPBT].root != be32_to_cpu(old_agf->agf_rmap_root)) in xrep_agf_find_btrees()
237 agf->agf_rmap_root = cpu_to_be32(fab[XREP_AGF_RMAPBT].root); in xrep_agf_set_roots()
Dagheader.c576 agbno = be32_to_cpu(agf->agf_rmap_root); in xchk_agf()