Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_alloc.h175 int xfs_alloc_read_agfl(struct xfs_perag *pag, struct xfs_trans *tp,
Dxfs_alloc.c704 xfs_alloc_read_agfl( in xfs_alloc_read_agfl() function
2712 error = xfs_alloc_read_agfl(pag, tp, &agflbp); in xfs_alloc_fix_freelist()
2791 error = xfs_alloc_read_agfl(pag, tp, &agflbp); in xfs_alloc_get_freelist()
2886 error = xfs_alloc_read_agfl(pag, tp, &agflbp); in xfs_alloc_put_freelist()
/linux-6.1.9/fs/xfs/scrub/
Dcommon.c427 error = xfs_alloc_read_agfl(sa->pag, sc->tp, &sa->agfl_bp); in xchk_ag_read_headers()
Dagheader_repair.c404 error = xfs_alloc_read_agfl(sc->sa.pag, sc->tp, &agfl_bp); in xrep_agf()