Searched refs:xfs_alloc_read_agfl (Results 1 – 8 of 8) sorted by relevance
/linux-6.14.4/fs/xfs/libxfs/ |
D | xfs_alloc.h | 196 int xfs_alloc_read_agfl(struct xfs_perag *pag, struct xfs_trans *tp,
|
D | xfs_alloc.c | 876 xfs_alloc_read_agfl( in xfs_alloc_read_agfl() function 2961 error = xfs_alloc_read_agfl(pag, tp, &agflbp); in xfs_alloc_fix_freelist() 3052 error = xfs_alloc_read_agfl(pag, tp, &agflbp); in xfs_alloc_get_freelist() 3150 error = xfs_alloc_read_agfl(pag, tp, &agflbp); in xfs_alloc_put_freelist()
|
/linux-6.14.4/fs/xfs/scrub/ |
D | rmap.c | 446 error = xfs_alloc_read_agfl(sc->sa.pag, sc->tp, &agfl_bp); in xchk_rmapbt_walk_ag_metadata()
|
D | alloc_repair.c | 392 error = xfs_alloc_read_agfl(sc->sa.pag, sc->tp, &agfl_bp); in xrep_abt_find_freespace()
|
D | reap.c | 136 error = xfs_alloc_read_agfl(sc->sa.pag, sc->tp, &agfl_bp); in xreap_put_freelist()
|
D | agheader.c | 800 error = xfs_alloc_read_agfl(sc->sa.pag, sc->tp, &sai.agfl_bp); in xchk_agfl()
|
D | rmap_repair.c | 1112 error = xfs_alloc_read_agfl(sc->sa.pag, sc->tp, &agfl_bp); in xrep_rmap_try_reserve()
|
D | agheader_repair.c | 404 error = xfs_alloc_read_agfl(sc->sa.pag, sc->tp, &agfl_bp); in xrep_agf()
|