Searched refs:xfs_alloc_get_freelist (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_alloc.h | 77 int xfs_alloc_get_freelist(struct xfs_perag *pag, struct xfs_trans *tp,
|
A D | xfs_alloc_btree.c | 63 error = xfs_alloc_get_freelist(cur->bc_ag.pag, cur->bc_tp, in xfs_allocbt_alloc_block()
|
A D | xfs_rmap_btree.c | 93 error = xfs_alloc_get_freelist(pag, cur->bc_tp, cur->bc_ag.agbp, in xfs_rmapbt_alloc_block()
|
A D | xfs_alloc.c | 1067 error = xfs_alloc_get_freelist(args->pag, args->tp, args->agbp, in xfs_alloc_ag_vextent_small() 2618 error = xfs_alloc_get_freelist(pag, tp, agbp, &bno, 0); in xfs_alloc_fix_freelist() 2698 xfs_alloc_get_freelist( in xfs_alloc_get_freelist() function
|
/linux-6.3-rc2/fs/xfs/scrub/ |
A D | repair.c | 312 error = xfs_alloc_get_freelist(sc->sa.pag, sc->tp, in xrep_alloc_ag_block()
|
Completed in 23 milliseconds