Searched refs:xfs_alloc_arg (Results 1 – 16 of 16) sorted by relevance
/linux-6.6.21/fs/xfs/libxfs/ |
D | xfs_alloc.h | 34 typedef struct xfs_alloc_arg { struct 104 int xfs_alloc_vextent_this_ag(struct xfs_alloc_arg *args, xfs_agnumber_t agno); 110 int xfs_alloc_vextent_near_bno(struct xfs_alloc_arg *args, 117 int xfs_alloc_vextent_exact_bno(struct xfs_alloc_arg *args, 128 int xfs_alloc_vextent_start_ag(struct xfs_alloc_arg *args, 136 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);
|
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.c | 812 struct xfs_alloc_arg *args, in xfs_alloc_cur_setup() 878 struct xfs_alloc_arg *args, in xfs_alloc_cur_check() 975 struct xfs_alloc_arg *args, in xfs_alloc_cur_finish() 1005 struct xfs_alloc_arg *args, in xfs_alloc_cntbt_iter() 1076 struct xfs_alloc_arg *args, /* allocation argument structure */ in xfs_alloc_ag_vextent_small() 1298 struct xfs_alloc_arg *args, in xfs_alloc_walk_iter() 1350 struct xfs_alloc_arg *args, in xfs_alloc_ag_vextent_locality() 1475 struct xfs_alloc_arg *args, in xfs_alloc_ag_vextent_lastblock() 1539 struct xfs_alloc_arg *args, in xfs_alloc_ag_vextent_near() 1654 struct xfs_alloc_arg *args, in xfs_alloc_ag_vextent_size() [all …]
|
D | xfs_bmap.h | 15 struct xfs_alloc_arg; 229 struct xfs_alloc_arg *args);
|
D | xfs_ag_resv.c | 352 struct xfs_alloc_arg *args) in xfs_ag_resv_alloc_extent()
|
D | xfs_bmap.c | 609 struct xfs_alloc_arg args; /* allocation arguments */ in xfs_bmap_extents_to_btree() 3206 struct xfs_alloc_arg *args, in xfs_bmap_select_minlen() 3230 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_select_lengths() 3269 struct xfs_alloc_arg *args) in xfs_bmap_btalloc_accounting() 3315 struct xfs_alloc_arg *args) in xfs_bmap_compute_alignments() 3361 struct xfs_alloc_arg *args, in xfs_bmap_process_allocated_extent() 3392 struct xfs_alloc_arg args = { .tp = ap->tp, .mp = mp }; in xfs_bmap_exact_minlen_extent_alloc() 3465 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_at_eof() 3568 struct xfs_alloc_arg *args) in xfs_bmap_btalloc_low_space() 3591 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_filestreams() [all …]
|
D | xfs_refcount_btree.c | 64 struct xfs_alloc_arg args; /* block allocation args */ in xfs_refcountbt_alloc_block()
|
D | xfs_bmap_btree.c | 204 struct xfs_alloc_arg args; in xfs_bmbt_alloc_block()
|
D | xfs_ag.c | 903 struct xfs_alloc_arg args = { in xfs_ag_shrink_space()
|
D | xfs_ialloc.c | 642 struct xfs_alloc_arg args; in xfs_ialloc_ag_alloc()
|
/linux-6.6.21/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() 208 struct xfs_alloc_arg *args, in xfs_filestream_lookup_association() 264 struct xfs_alloc_arg *args, in xfs_filestream_create_association() 347 struct xfs_alloc_arg *args, in xfs_filestream_select_ag()
|
D | xfs_extent_busy.c | 346 struct xfs_alloc_arg *args, in xfs_extent_busy_trim()
|
D | xfs_trace.h | 53 struct xfs_alloc_arg; 1785 TP_PROTO(struct xfs_alloc_arg *args), 1850 TP_PROTO(struct xfs_alloc_arg *args), \
|
/linux-6.6.21/fs/xfs/scrub/ |
D | repair.c | 392 struct xfs_alloc_arg args = {0}; in xrep_fix_freelist()
|