Searched refs:xfs_alloc_arg (Results 1 – 12 of 12) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_alloc.h | 34 typedef struct xfs_alloc_arg { struct 105 int xfs_alloc_vextent_this_ag(struct xfs_alloc_arg *args, xfs_agnumber_t agno); 111 int xfs_alloc_vextent_near_bno(struct xfs_alloc_arg *args, 118 int xfs_alloc_vextent_exact_bno(struct xfs_alloc_arg *args, 129 int xfs_alloc_vextent_start_ag(struct xfs_alloc_arg *args, 137 int xfs_alloc_vextent_first_ag(struct xfs_alloc_arg *args, 198 int xfs_alloc_fix_freelist(struct xfs_alloc_arg *args, uint32_t alloc_flags); 275 int xfs_alloc_schedule_autoreap(const struct xfs_alloc_arg *args,
|
H A 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() 1434 struct xfs_alloc_arg *args, in xfs_alloc_walk_iter() 1486 struct xfs_alloc_arg *args, in xfs_alloc_ag_vextent_locality() 1611 struct xfs_alloc_arg *args, in xfs_alloc_ag_vextent_lastblock() 1677 struct xfs_alloc_arg *args, in xfs_alloc_ag_vextent_near() 1793 struct xfs_alloc_arg *args, in xfs_alloc_ag_vextent_size() [all …]
|
H A D | xfs_ag_resv.h | 17 struct xfs_alloc_arg *args);
|
H A D | xfs_bmap.c | 640 struct xfs_alloc_arg args; /* allocation arguments */ in xfs_bmap_extents_to_btree() 3329 struct xfs_alloc_arg *args, in xfs_bmap_select_minlen() 3353 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_select_lengths() 3444 struct xfs_alloc_arg *args) in xfs_bmap_compute_alignments() 3490 struct xfs_alloc_arg *args, in xfs_bmap_process_allocated_extent() 3518 struct xfs_alloc_arg *args) in xfs_bmap_exact_minlen_extent_alloc() 3559 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_at_eof() 3662 struct xfs_alloc_arg *args) in xfs_bmap_btalloc_low_space() 3685 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_filestreams() 3735 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_best_length() [all …]
|
H A D | xfs_refcount_btree.c | 65 struct xfs_alloc_arg args; /* block allocation args */ in xfs_refcountbt_alloc_block()
|
H A D | xfs_bmap_btree.c | 214 struct xfs_alloc_arg args; in xfs_bmbt_alloc_block()
|
H A D | xfs_rmap_btree.c | 92 struct xfs_alloc_arg args = { .len = 1 }; in xfs_rmapbt_alloc_block()
|
H A D | xfs_ag.c | 745 struct xfs_alloc_arg args = { in xfs_ag_shrink_space()
|
H A D | xfs_ialloc.c | 700 struct xfs_alloc_arg args; in xfs_ialloc_ag_alloc()
|
/linux/fs/xfs/ |
H A D | xfs_filestream.h | 12 struct xfs_alloc_arg; 18 struct xfs_alloc_arg *args, xfs_extlen_t *blen);
|
H A D | xfs_trace.h | 55 struct xfs_alloc_arg; 1924 TP_PROTO(struct xfs_alloc_arg *args), 1989 TP_PROTO(struct xfs_alloc_arg *args), \
|
/linux/fs/xfs/scrub/ |
H A D | newbt.h | 9 struct xfs_alloc_arg; 35 struct xfs_alloc_arg *args,
|