Searched refs:xfs_alloc_read_agfl (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/fs/xfs/libxfs/ |
D | xfs_alloc.h | 195 int xfs_alloc_read_agfl(struct xfs_perag *pag, struct xfs_trans *tp,
|
D | xfs_alloc.c | 747 xfs_alloc_read_agfl( in xfs_alloc_read_agfl() function 2733 error = xfs_alloc_read_agfl(pag, tp, &agflbp); in xfs_alloc_fix_freelist() 2824 error = xfs_alloc_read_agfl(pag, tp, &agflbp); in xfs_alloc_get_freelist() 2922 error = xfs_alloc_read_agfl(pag, tp, &agflbp); in xfs_alloc_put_freelist()
|
/Linux-v6.6/fs/xfs/scrub/ |
D | reap.c | 128 error = xfs_alloc_read_agfl(sc->sa.pag, sc->tp, &agfl_bp); in xreap_put_freelist()
|
D | rmap.c | 436 error = xfs_alloc_read_agfl(sc->sa.pag, sc->tp, &agfl_bp); in xchk_rmapbt_walk_ag_metadata()
|
D | agheader_repair.c | 410 error = xfs_alloc_read_agfl(sc->sa.pag, sc->tp, &agfl_bp); in xrep_agf()
|
D | agheader.c | 735 error = xfs_alloc_read_agfl(sc->sa.pag, sc->tp, &sai.agfl_bp); in xchk_agfl()
|