Searched refs:xfs_alloc_arg (Results 1 – 21 of 21) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_alloc.h | 34 typedef struct xfs_alloc_arg { struct 106 int xfs_alloc_vextent_this_ag(struct xfs_alloc_arg *args, xfs_agnumber_t agno); 112 int xfs_alloc_vextent_near_bno(struct xfs_alloc_arg *args, 119 int xfs_alloc_vextent_exact_bno(struct xfs_alloc_arg *args, 130 int xfs_alloc_vextent_start_ag(struct xfs_alloc_arg *args, 138 int xfs_alloc_vextent_first_ag(struct xfs_alloc_arg *args, 199 int xfs_alloc_fix_freelist(struct xfs_alloc_arg *args, uint32_t alloc_flags); 266 int xfs_alloc_schedule_autoreap(const struct xfs_alloc_arg *args,
|
D | xfs_alloc.c | 945 struct xfs_alloc_arg *args, in xfs_alloc_cur_setup() 1011 struct xfs_alloc_arg *args, in xfs_alloc_cur_check() 1109 struct xfs_alloc_arg *args, in xfs_alloc_cur_finish() 1138 struct xfs_alloc_arg *args, in xfs_alloc_cntbt_iter() 1209 struct xfs_alloc_arg *args, /* allocation argument structure */ in xfs_alloc_ag_vextent_small() 1433 struct xfs_alloc_arg *args, in xfs_alloc_walk_iter() 1485 struct xfs_alloc_arg *args, in xfs_alloc_ag_vextent_locality() 1610 struct xfs_alloc_arg *args, in xfs_alloc_ag_vextent_lastblock() 1676 struct xfs_alloc_arg *args, in xfs_alloc_ag_vextent_near() 1791 struct xfs_alloc_arg *args, in xfs_alloc_ag_vextent_size() [all …]
|
D | xfs_ag_resv.h | 17 struct xfs_alloc_arg *args);
|
D | xfs_bmap.h | 15 struct xfs_alloc_arg; 235 struct xfs_alloc_arg *args);
|
D | xfs_ag_resv.c | 340 struct xfs_alloc_arg *args) in xfs_ag_resv_alloc_extent()
|
D | xfs_bmap.c | 639 struct xfs_alloc_arg args; /* allocation arguments */ in xfs_bmap_extents_to_btree() 3294 struct xfs_alloc_arg *args, in xfs_bmap_select_minlen() 3318 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_select_lengths() 3409 struct xfs_alloc_arg *args) in xfs_bmap_compute_alignments() 3455 struct xfs_alloc_arg *args, in xfs_bmap_process_allocated_extent() 3483 struct xfs_alloc_arg *args) in xfs_bmap_exact_minlen_extent_alloc() 3524 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_at_eof() 3627 struct xfs_alloc_arg *args) in xfs_bmap_btalloc_low_space() 3650 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_filestreams() 3700 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_best_length() [all …]
|
D | xfs_refcount_btree.c | 65 struct xfs_alloc_arg args; /* block allocation args */ in xfs_refcountbt_alloc_block()
|
D | xfs_bmap_btree.c | 214 struct xfs_alloc_arg args; in xfs_bmbt_alloc_block()
|
D | xfs_rmap_btree.c | 91 struct xfs_alloc_arg args = { .len = 1 }; in xfs_rmapbt_alloc_block()
|
D | xfs_ag.c | 822 struct xfs_alloc_arg args = { in xfs_ag_shrink_space()
|
D | xfs_ialloc.c | 701 struct xfs_alloc_arg args; in xfs_ialloc_ag_alloc()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_filestream.h | 12 struct xfs_alloc_arg; 18 struct xfs_alloc_arg *args, xfs_extlen_t *blen);
|
D | xfs_extent_busy.h | 14 struct xfs_alloc_arg; 69 xfs_extent_busy_trim(struct xfs_alloc_arg *args, xfs_agblock_t *bno,
|
D | xfs_filestream.c | 57 struct xfs_alloc_arg *args, in xfs_filestream_pick_ag() 205 struct xfs_alloc_arg *args, in xfs_filestream_lookup_association() 261 struct xfs_alloc_arg *args, in xfs_filestream_create_association() 344 struct xfs_alloc_arg *args, in xfs_filestream_select_ag()
|
D | xfs_extent_busy.c | 347 struct xfs_alloc_arg *args, in xfs_extent_busy_trim()
|
D | xfs_trace.h | 55 struct xfs_alloc_arg; 1796 TP_PROTO(struct xfs_alloc_arg *args), 1861 TP_PROTO(struct xfs_alloc_arg *args), \
|
/linux-6.12.1/fs/xfs/scrub/ |
D | newbt.h | 9 struct xfs_alloc_arg; 35 struct xfs_alloc_arg *args,
|
D | newbt.c | 144 const struct xfs_alloc_arg *args) in xrep_newbt_add_blocks() 190 struct xfs_alloc_arg args = { in xrep_newbt_add_extent() 230 struct xfs_alloc_arg args = { in xrep_newbt_alloc_ag_blocks() 303 struct xfs_alloc_arg args = { in xrep_newbt_alloc_file_blocks()
|
D | cow_repair.c | 324 struct xfs_alloc_arg args = { in xrep_cow_alloc()
|
D | repair.c | 413 struct xfs_alloc_arg args = {0}; in xrep_fix_freelist()
|
D | rmap_repair.c | 1203 struct xfs_alloc_arg *args, in xrep_rmap_alloc_vextent()
|