Searched refs:xfs_alloc_read_agfl (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_alloc.h | 209 int xfs_alloc_read_agfl(struct xfs_mount *mp, struct xfs_trans *tp,
|
D | xfs_alloc.c | 689 xfs_alloc_read_agfl( in xfs_alloc_read_agfl() function 2594 error = xfs_alloc_read_agfl(mp, tp, targs.agno, &agflbp); in xfs_alloc_fix_freelist() 2673 error = xfs_alloc_read_agfl(mp, tp, be32_to_cpu(agf->agf_seqno), in xfs_alloc_get_freelist() 2789 if (!agflbp && (error = xfs_alloc_read_agfl(mp, tp, in xfs_alloc_put_freelist()
|
/Linux-v5.10/fs/xfs/scrub/ |
D | common.c | 420 error = xfs_alloc_read_agfl(mp, sc->tp, agno, agfl); in xchk_ag_read_headers()
|
D | agheader_repair.c | 390 error = xfs_alloc_read_agfl(mp, sc->tp, sc->sa.agno, &agfl_bp); in xrep_agf()
|