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

/linux-master/fs/xfs/scrub/
H A Dagheader_repair.c159 struct xfs_agf *old_agf = agf_bp->b_addr; local
177 if (fab[XREP_AGF_RMAPBT].root != be32_to_cpu(old_agf->agf_rmap_root))
196 struct xfs_agf *old_agf)
202 memcpy(old_agf, agf, sizeof(*old_agf));
208 agf->agf_flfirst = old_agf->agf_flfirst;
209 agf->agf_fllast = old_agf->agf_fllast;
210 agf->agf_flcount = old_agf->agf_flcount;
366 struct xfs_agf old_agf; local
425 xrep_agf_init_header(sc, agf_bp, &old_agf);
193 xrep_agf_init_header( struct xfs_scrub *sc, struct xfs_buf *agf_bp, struct xfs_agf *old_agf) argument
[all...]

Completed in 102 milliseconds