Searched refs:xfs_alloc_arg (Results 1 – 12 of 12) sorted by relevance
/fs/xfs/libxfs/ |
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 | 755 struct xfs_alloc_arg *args, in xfs_alloc_cur_setup() 823 struct xfs_alloc_arg *args, in xfs_alloc_cur_check() 921 struct xfs_alloc_arg *args, in xfs_alloc_cur_finish() 951 struct xfs_alloc_arg *args, in xfs_alloc_cntbt_iter() 1022 struct xfs_alloc_arg *args, /* allocation argument structure */ in xfs_alloc_ag_vextent_small() 1315 struct xfs_alloc_arg *args, in xfs_alloc_walk_iter() 1367 struct xfs_alloc_arg *args, in xfs_alloc_ag_vextent_locality() 1493 struct xfs_alloc_arg *args, in xfs_alloc_ag_vextent_lastblock() 1557 struct xfs_alloc_arg *args) in xfs_alloc_ag_vextent_near() 2282 struct xfs_alloc_arg *args, in xfs_alloc_space_available() [all …]
|
D | xfs_alloc.h | 52 typedef struct xfs_alloc_arg { struct 216 int xfs_alloc_fix_freelist(struct xfs_alloc_arg *args, int flags);
|
D | xfs_ag_resv.c | 351 struct xfs_alloc_arg *args) in xfs_ag_resv_alloc_extent()
|
D | xfs_refcount_btree.c | 61 struct xfs_alloc_arg args; /* block allocation args */ in xfs_refcountbt_alloc_block()
|
D | xfs_bmap.c | 656 struct xfs_alloc_arg args; /* allocation arguments */ in xfs_bmap_extents_to_btree() 3265 struct xfs_alloc_arg *args, in xfs_bmap_select_minlen() 3293 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_nullfb() 3327 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_filestreams() 3372 struct xfs_alloc_arg *args) in xfs_bmap_btalloc_accounting() 3418 struct xfs_alloc_arg *args) in xfs_bmap_compute_alignments() 3464 struct xfs_alloc_arg *args, in xfs_bmap_process_allocated_extent() 3509 struct xfs_alloc_arg args = { .tp = ap->tp, .mp = mp }; in xfs_bmap_exact_minlen_extent_alloc() 3582 struct xfs_alloc_arg args = { .tp = ap->tp, .mp = mp }; in xfs_bmap_btalloc()
|
D | xfs_ag.c | 767 struct xfs_alloc_arg args = { in xfs_ag_shrink_space()
|
D | xfs_ialloc.c | 617 struct xfs_alloc_arg args; in xfs_ialloc_ag_alloc()
|
/fs/xfs/ |
D | xfs_extent_busy.h | 14 struct xfs_alloc_arg; 51 xfs_extent_busy_trim(struct xfs_alloc_arg *args, xfs_agblock_t *bno,
|
D | xfs_extent_busy.c | 322 struct xfs_alloc_arg *args, in xfs_extent_busy_trim()
|
D | xfs_trace.h | 50 struct xfs_alloc_arg; 1790 TP_PROTO(struct xfs_alloc_arg *args), 1861 TP_PROTO(struct xfs_alloc_arg *args), \
|
/fs/xfs/scrub/ |
D | repair.c | 295 struct xfs_alloc_arg args = {0}; in xrep_alloc_ag_block() 480 struct xfs_alloc_arg args = {0}; in xrep_fix_freelist()
|