Home
last modified time | relevance | path

Searched refs:xfs_alloc_put_freelist (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_alloc.h78 int xfs_alloc_put_freelist(struct xfs_perag *pag, struct xfs_trans *tp,
Dxfs_alloc_btree.c107 error = xfs_alloc_put_freelist(cur->bc_ag.pag, cur->bc_tp, agbp, NULL, in xfs_allocbt_free_block()
Dxfs_rmap_btree.c135 error = xfs_alloc_put_freelist(pag, cur->bc_tp, agbp, NULL, bno, 1); in xfs_rmapbt_free_block()
Dxfs_alloc.c2991 error = xfs_alloc_put_freelist(pag, tp, agbp, in xfs_alloc_fix_freelist()
3122 xfs_alloc_put_freelist( in xfs_alloc_put_freelist() function
/linux-6.12.1/fs/xfs/scrub/
Dreap.c136 error = xfs_alloc_put_freelist(sc->sa.pag, sc->tp, sc->sa.agf_bp, in xreap_put_freelist()