Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_alloc.h112 xfs_alloc_get_freelist(
Dxfs_alloc_btree.c62 error = xfs_alloc_get_freelist(cur->bc_tp, cur->bc_ag.agbp, in xfs_allocbt_alloc_block()
Dxfs_rmap_btree.c91 error = xfs_alloc_get_freelist(cur->bc_tp, cur->bc_ag.agbp, in xfs_rmapbt_alloc_block()
Dxfs_alloc.c1060 error = xfs_alloc_get_freelist(args->tp, args->agbp, &fbno, 0); in xfs_alloc_ag_vextent_small()
2628 error = xfs_alloc_get_freelist(tp, agbp, &bno, 0); in xfs_alloc_fix_freelist()
2697 xfs_alloc_get_freelist( in xfs_alloc_get_freelist() function
/Linux-v5.15/fs/xfs/scrub/
Drepair.c302 error = xfs_alloc_get_freelist(sc->tp, sc->sa.agf_bp, &bno, 1); in xrep_alloc_ag_block()