Home
last modified time | relevance | path

Searched refs:xfs_alloc_arg (Results 1 – 16 of 16) sorted by relevance

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_alloc.h34 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);
Dxfs_ag_resv.h17 struct xfs_alloc_arg *args);
46 struct xfs_alloc_arg args = { NULL }; in xfs_ag_resv_rmapbt_alloc()
Dxfs_alloc.c812 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 …]
Dxfs_bmap.h15 struct xfs_alloc_arg;
229 struct xfs_alloc_arg *args);
Dxfs_ag_resv.c352 struct xfs_alloc_arg *args) in xfs_ag_resv_alloc_extent()
Dxfs_bmap.c609 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 …]
Dxfs_refcount_btree.c64 struct xfs_alloc_arg args; /* block allocation args */ in xfs_refcountbt_alloc_block()
Dxfs_bmap_btree.c204 struct xfs_alloc_arg args; in xfs_bmbt_alloc_block()
Dxfs_ag.c903 struct xfs_alloc_arg args = { in xfs_ag_shrink_space()
Dxfs_ialloc.c642 struct xfs_alloc_arg args; in xfs_ialloc_ag_alloc()
/linux-6.6.21/fs/xfs/
Dxfs_filestream.h12 struct xfs_alloc_arg;
18 struct xfs_alloc_arg *args, xfs_extlen_t *blen);
Dxfs_extent_busy.h14 struct xfs_alloc_arg;
69 xfs_extent_busy_trim(struct xfs_alloc_arg *args, xfs_agblock_t *bno,
Dxfs_filestream.c57 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()
Dxfs_extent_busy.c346 struct xfs_alloc_arg *args, in xfs_extent_busy_trim()
Dxfs_trace.h53 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/
Drepair.c392 struct xfs_alloc_arg args = {0}; in xrep_fix_freelist()