Searched refs:xfs_alloc_arg (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_ag_resv.h | 17 struct xfs_alloc_arg *args); 31 struct xfs_alloc_arg args = { NULL }; in xfs_ag_resv_rmapbt_alloc()
|
D | xfs_alloc.h | 52 typedef struct xfs_alloc_arg { struct 213 int xfs_alloc_fix_freelist(struct xfs_alloc_arg *args, int flags);
|
D | xfs_alloc.c | 756 struct xfs_alloc_arg *args, in xfs_alloc_cur_setup() 824 struct xfs_alloc_arg *args, in xfs_alloc_cur_check() 922 struct xfs_alloc_arg *args, in xfs_alloc_cur_finish() 952 struct xfs_alloc_arg *args, in xfs_alloc_cntbt_iter() 1023 struct xfs_alloc_arg *args, /* allocation argument structure */ in xfs_alloc_ag_vextent_small() 1316 struct xfs_alloc_arg *args, in xfs_alloc_walk_iter() 1368 struct xfs_alloc_arg *args, in xfs_alloc_ag_vextent_locality() 1494 struct xfs_alloc_arg *args, in xfs_alloc_ag_vextent_lastblock() 1558 struct xfs_alloc_arg *args) in xfs_alloc_ag_vextent_near() 2283 struct xfs_alloc_arg *args, in xfs_alloc_space_available() [all …]
|
D | xfs_ag_resv.c | 324 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 | 655 struct xfs_alloc_arg args; /* allocation arguments */ in xfs_bmap_extents_to_btree() 3316 struct xfs_alloc_arg *args, in xfs_bmap_select_minlen() 3344 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_nullfb() 3378 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_filestreams() 3423 struct xfs_alloc_arg *args) in xfs_bmap_btalloc_accounting()
|
D | xfs_ialloc.c | 619 struct xfs_alloc_arg args; in xfs_ialloc_ag_alloc()
|
/Linux-v5.10/fs/xfs/ |
D | xfs_extent_busy.h | 13 struct xfs_alloc_arg; 50 xfs_extent_busy_trim(struct xfs_alloc_arg *args, xfs_agblock_t *bno,
|
D | xfs_extent_busy.c | 334 struct xfs_alloc_arg *args, in xfs_extent_busy_trim()
|
D | xfs_trace.h | 15 struct xfs_alloc_arg; 1648 TP_PROTO(struct xfs_alloc_arg *args), 1719 TP_PROTO(struct xfs_alloc_arg *args), \
|
/Linux-v5.10/fs/xfs/scrub/ |
D | repair.c | 291 struct xfs_alloc_arg args = {0}; in xrep_alloc_ag_block() 476 struct xfs_alloc_arg args = {0}; in xrep_fix_freelist()
|