Searched refs:xfs_alloc_get_freelist (Results 1 – 5 of 5) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_alloc.h | 109 xfs_alloc_get_freelist(
|
D | xfs_alloc_btree.c | 64 error = xfs_alloc_get_freelist(cur->bc_tp, cur->bc_ag.agbp, in xfs_allocbt_alloc_block()
|
D | xfs_rmap_btree.c | 91 error = xfs_alloc_get_freelist(cur->bc_tp, cur->bc_ag.agbp, in xfs_rmapbt_alloc_block()
|
D | xfs_alloc.c | 1061 error = xfs_alloc_get_freelist(args->tp, args->agbp, &fbno, 0); in xfs_alloc_ag_vextent_small() 2579 error = xfs_alloc_get_freelist(tp, agbp, &bno, 0); in xfs_alloc_fix_freelist() 2648 xfs_alloc_get_freelist( in xfs_alloc_get_freelist() function
|
/fs/xfs/scrub/ |
D | repair.c | 298 error = xfs_alloc_get_freelist(sc->tp, sc->sa.agf_bp, &bno, 1); in xrep_alloc_ag_block()
|