Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Dagheader_repair.c158 struct xfs_agf *old_agf = agf_bp->b_addr; in xrep_agf_find_btrees() local
177 be32_to_cpu(old_agf->agf_roots[XFS_BTNUM_RMAPi])) in xrep_agf_find_btrees()
196 struct xfs_agf *old_agf) in xrep_agf_init_header() argument
202 memcpy(old_agf, agf, sizeof(*old_agf)); in xrep_agf_init_header()
208 agf->agf_flfirst = old_agf->agf_flfirst; in xrep_agf_init_header()
209 agf->agf_fllast = old_agf->agf_fllast; in xrep_agf_init_header()
210 agf->agf_flcount = old_agf->agf_flcount; in xrep_agf_init_header()
377 struct xfs_agf old_agf; in xrep_agf() local
436 xrep_agf_init_header(sc, agf_bp, &old_agf); in xrep_agf()
448 memcpy(agf, &old_agf, sizeof(old_agf)); in xrep_agf()