Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_alloc.h223 int xfs_alloc_read_agfl(struct xfs_mount *mp, struct xfs_trans *tp,
Dxfs_alloc.c655 xfs_alloc_read_agfl( in xfs_alloc_read_agfl() function
2338 error = xfs_alloc_read_agfl(mp, tp, targs.agno, &agflbp); in xfs_alloc_fix_freelist()
2418 error = xfs_alloc_read_agfl(mp, tp, be32_to_cpu(agf->agf_seqno), in xfs_alloc_get_freelist()
2539 if (!agflbp && (error = xfs_alloc_read_agfl(mp, tp, in xfs_alloc_put_freelist()
/linux-4.19.296/fs/xfs/scrub/
Dcommon.c418 error = xfs_alloc_read_agfl(mp, sc->tp, agno, agfl); in xchk_ag_read_headers()
Dagheader_repair.c399 error = xfs_alloc_read_agfl(mp, sc->tp, sc->sa.agno, &agfl_bp); in xrep_agf()