Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_alloc.h34 typedef struct xfs_alloc_arg { struct
102 int xfs_alloc_vextent_this_ag(struct xfs_alloc_arg *args, xfs_agnumber_t agno);
108 int xfs_alloc_vextent_near_bno(struct xfs_alloc_arg *args,
115 int xfs_alloc_vextent_exact_bno(struct xfs_alloc_arg *args,
126 int xfs_alloc_vextent_start_ag(struct xfs_alloc_arg *args,
134 int xfs_alloc_vextent_first_ag(struct xfs_alloc_arg *args,
197 int xfs_alloc_fix_freelist(struct xfs_alloc_arg *args, uint32_t alloc_flags);
H A Dxfs_ag_resv.h17 struct xfs_alloc_arg *args);
46 struct xfs_alloc_arg args = { NULL }; in xfs_ag_resv_rmapbt_alloc()
H A 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 …]
H A Dxfs_bmap.h15 struct xfs_alloc_arg;
229 struct xfs_alloc_arg *args);
H A Dxfs_ag_resv.c352 struct xfs_alloc_arg *args) in xfs_ag_resv_alloc_extent()
H A Dxfs_bmap.c609 struct xfs_alloc_arg args; /* allocation arguments */ in xfs_bmap_extents_to_btree()
3211 struct xfs_alloc_arg *args, in xfs_bmap_select_minlen()
3235 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_select_lengths()
3274 struct xfs_alloc_arg *args) in xfs_bmap_btalloc_accounting()
3320 struct xfs_alloc_arg *args) in xfs_bmap_compute_alignments()
3366 struct xfs_alloc_arg *args, in xfs_bmap_process_allocated_extent()
3394 struct xfs_alloc_arg *args) in xfs_bmap_exact_minlen_extent_alloc()
3435 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_at_eof()
3538 struct xfs_alloc_arg *args) in xfs_bmap_btalloc_low_space()
3561 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_filestreams()
[all …]
H A Dxfs_refcount_btree.c64 struct xfs_alloc_arg args; /* block allocation args */ in xfs_refcountbt_alloc_block()
H A Dxfs_bmap_btree.c204 struct xfs_alloc_arg args; in xfs_bmbt_alloc_block()
H A Dxfs_ag.c924 struct xfs_alloc_arg args = { in xfs_ag_shrink_space()
H A Dxfs_ialloc.c642 struct xfs_alloc_arg args; in xfs_ialloc_ag_alloc()
/openbmc/linux/fs/xfs/
H A Dxfs_filestream.h12 struct xfs_alloc_arg;
18 struct xfs_alloc_arg *args, xfs_extlen_t *blen);
H A Dxfs_extent_busy.h14 struct xfs_alloc_arg;
69 xfs_extent_busy_trim(struct xfs_alloc_arg *args, xfs_agblock_t *bno,
H A Dxfs_filestream.c57 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()
H A Dxfs_extent_busy.c346 struct xfs_alloc_arg *args, in xfs_extent_busy_trim()
H A Dxfs_trace.h53 struct xfs_alloc_arg;
1780 TP_PROTO(struct xfs_alloc_arg *args),
1845 TP_PROTO(struct xfs_alloc_arg *args), \
/openbmc/linux/fs/xfs/scrub/
H A Drepair.c392 struct xfs_alloc_arg args = {0}; in xrep_fix_freelist()