Searched refs:xfs_alloc_arg (Results 1 – 12 of 12) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_ag_resv.h | 17 struct xfs_alloc_arg *args); 46 struct xfs_alloc_arg args = { NULL }; in xfs_ag_resv_rmapbt_alloc()
|
D | xfs_alloc.h | 52 typedef struct xfs_alloc_arg { struct 179 int xfs_alloc_fix_freelist(struct xfs_alloc_arg *args, int flags);
|
D | xfs_alloc.c | 769 struct xfs_alloc_arg *args, in xfs_alloc_cur_setup() 837 struct xfs_alloc_arg *args, in xfs_alloc_cur_check() 935 struct xfs_alloc_arg *args, in xfs_alloc_cur_finish() 965 struct xfs_alloc_arg *args, in xfs_alloc_cntbt_iter() 1036 struct xfs_alloc_arg *args, /* allocation argument structure */ in xfs_alloc_ag_vextent_small() 1330 struct xfs_alloc_arg *args, in xfs_alloc_walk_iter() 1382 struct xfs_alloc_arg *args, in xfs_alloc_ag_vextent_locality() 1508 struct xfs_alloc_arg *args, in xfs_alloc_ag_vextent_lastblock() 1572 struct xfs_alloc_arg *args) in xfs_alloc_ag_vextent_near() 2298 struct xfs_alloc_arg *args, in xfs_alloc_space_available() [all …]
|
D | xfs_ag_resv.c | 352 struct xfs_alloc_arg *args) in xfs_ag_resv_alloc_extent()
|
D | xfs_bmap.c | 604 struct xfs_alloc_arg args; /* allocation arguments */ in xfs_bmap_extents_to_btree() 3213 struct xfs_alloc_arg *args, in xfs_bmap_select_minlen() 3241 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_nullfb() 3275 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_filestreams() 3320 struct xfs_alloc_arg *args) in xfs_bmap_btalloc_accounting() 3366 struct xfs_alloc_arg *args) in xfs_bmap_compute_alignments() 3412 struct xfs_alloc_arg *args, in xfs_bmap_process_allocated_extent() 3457 struct xfs_alloc_arg args = { .tp = ap->tp, .mp = mp }; in xfs_bmap_exact_minlen_extent_alloc() 3530 struct xfs_alloc_arg args = { .tp = ap->tp, .mp = mp }; in xfs_bmap_btalloc()
|
D | xfs_refcount_btree.c | 64 struct xfs_alloc_arg args; /* block allocation args */ in xfs_refcountbt_alloc_block()
|
D | xfs_ag.c | 824 struct xfs_alloc_arg args = { in xfs_ag_shrink_space()
|
D | xfs_ialloc.c | 617 struct xfs_alloc_arg args; in xfs_ialloc_ag_alloc()
|
/fs/xfs/ |
D | xfs_extent_busy.h | 14 struct xfs_alloc_arg; 51 xfs_extent_busy_trim(struct xfs_alloc_arg *args, xfs_agblock_t *bno,
|
D | xfs_extent_busy.c | 322 struct xfs_alloc_arg *args, in xfs_extent_busy_trim()
|
D | xfs_trace.h | 50 struct xfs_alloc_arg; 1783 TP_PROTO(struct xfs_alloc_arg *args), 1854 TP_PROTO(struct xfs_alloc_arg *args), \
|
/fs/xfs/scrub/ |
D | repair.c | 293 struct xfs_alloc_arg args = {0}; in xrep_alloc_ag_block() 481 struct xfs_alloc_arg args = {0}; in xrep_fix_freelist()
|