Searched refs:xfs_alloc_arg (Results 1 – 16 of 16) sorted by relevance
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_alloc.h | 33 typedef struct xfs_alloc_arg { struct 103 int xfs_alloc_vextent_this_ag(struct xfs_alloc_arg *args, xfs_agnumber_t agno); 109 int xfs_alloc_vextent_near_bno(struct xfs_alloc_arg *args, 116 int xfs_alloc_vextent_exact_bno(struct xfs_alloc_arg *args, 127 int xfs_alloc_vextent_start_ag(struct xfs_alloc_arg *args, 135 int xfs_alloc_vextent_first_ag(struct xfs_alloc_arg *args, 190 int xfs_alloc_fix_freelist(struct xfs_alloc_arg *args, int flags);
|
A D | xfs_ag_resv.h | 17 struct xfs_alloc_arg *args); 46 struct xfs_alloc_arg args = { NULL }; in xfs_ag_resv_rmapbt_alloc()
|
A D | xfs_alloc.c | 765 struct xfs_alloc_arg *args, in xfs_alloc_cur_setup() 831 struct xfs_alloc_arg *args, in xfs_alloc_cur_check() 928 struct xfs_alloc_arg *args, in xfs_alloc_cur_finish() 958 struct xfs_alloc_arg *args, in xfs_alloc_cntbt_iter() 1251 struct xfs_alloc_arg *args, in xfs_alloc_walk_iter() 1303 struct xfs_alloc_arg *args, in xfs_alloc_ag_vextent_locality() 1428 struct xfs_alloc_arg *args, in xfs_alloc_ag_vextent_lastblock() 1492 struct xfs_alloc_arg *args) in xfs_alloc_ag_vextent_near() 2218 struct xfs_alloc_arg *args, in xfs_alloc_space_available() 2472 struct xfs_alloc_arg *args, in xfs_exact_minlen_extent_available() [all …]
|
A D | xfs_bmap.h | 15 struct xfs_alloc_arg; 229 struct xfs_alloc_arg *args);
|
A D | xfs_ag_resv.c | 352 struct xfs_alloc_arg *args) in xfs_ag_resv_alloc_extent()
|
A D | xfs_bmap.c | 604 struct xfs_alloc_arg args; /* allocation arguments */ in xfs_bmap_extents_to_btree() 3166 struct xfs_alloc_arg *args, in xfs_bmap_select_minlen() 3190 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_select_lengths() 3229 struct xfs_alloc_arg *args) in xfs_bmap_btalloc_accounting() 3275 struct xfs_alloc_arg *args) in xfs_bmap_compute_alignments() 3321 struct xfs_alloc_arg *args, in xfs_bmap_process_allocated_extent() 3425 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_at_eof() 3528 struct xfs_alloc_arg *args) in xfs_bmap_btalloc_low_space() 3551 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_filestreams() 3601 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_best_length() [all …]
|
A D | xfs_refcount_btree.c | 64 struct xfs_alloc_arg args; /* block allocation args */ in xfs_refcountbt_alloc_block()
|
A D | xfs_bmap_btree.c | 204 struct xfs_alloc_arg args; in xfs_bmbt_alloc_block()
|
A D | xfs_ag.c | 887 struct xfs_alloc_arg args = { in xfs_ag_shrink_space()
|
A D | xfs_ialloc.c | 616 struct xfs_alloc_arg args; in xfs_ialloc_ag_alloc()
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_filestream.h | 12 struct xfs_alloc_arg; 18 struct xfs_alloc_arg *args, xfs_extlen_t *blen);
|
A D | xfs_extent_busy.h | 14 struct xfs_alloc_arg; 51 xfs_extent_busy_trim(struct xfs_alloc_arg *args, xfs_agblock_t *bno,
|
A D | xfs_filestream.c | 57 struct xfs_alloc_arg *args, in xfs_filestream_pick_ag() 209 struct xfs_alloc_arg *args, in xfs_filestream_lookup_association() 265 struct xfs_alloc_arg *args, in xfs_filestream_create_association() 348 struct xfs_alloc_arg *args, in xfs_filestream_select_ag()
|
A D | xfs_extent_busy.c | 323 struct xfs_alloc_arg *args, in xfs_extent_busy_trim()
|
A D | xfs_trace.h | 50 struct xfs_alloc_arg; 1789 TP_PROTO(struct xfs_alloc_arg *args), 1854 TP_PROTO(struct xfs_alloc_arg *args), \
|
/linux-6.3-rc2/fs/xfs/scrub/ |
A D | repair.c | 305 struct xfs_alloc_arg args = {0}; in xrep_alloc_ag_block() 492 struct xfs_alloc_arg args = {0}; in xrep_fix_freelist()
|
Completed in 38 milliseconds