Searched refs:xfs_alloc_arg (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/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 227 int xfs_alloc_fix_freelist(struct xfs_alloc_arg *args, int flags);
|
D | xfs_ag_resv.c | 330 struct xfs_alloc_arg *args) in xfs_ag_resv_alloc_extent()
|
D | xfs_alloc.c | 894 struct xfs_alloc_arg *args, /* allocation argument structure */ in xfs_alloc_find_best_extent() 2038 struct xfs_alloc_arg *args, in xfs_alloc_space_available() 2228 struct xfs_alloc_arg *args, /* allocation argument structure */ in xfs_alloc_fix_freelist() 2236 struct xfs_alloc_arg targs; /* local allocation arguments */ in xfs_alloc_fix_freelist() 2776 struct xfs_alloc_arg *args) /* allocation argument structure */ in xfs_alloc_vextent() 2978 struct xfs_alloc_arg args; in xfs_free_extent_fix_freelist() 2981 memset(&args, 0, sizeof(struct xfs_alloc_arg)); in xfs_free_extent_fix_freelist()
|
D | xfs_refcount_btree.c | 64 struct xfs_alloc_arg args; /* block allocation args */ in xfs_refcountbt_alloc_block()
|
D | xfs_bmap.c | 657 struct xfs_alloc_arg args; /* allocation arguments */ in xfs_bmap_extents_to_btree() 3217 struct xfs_alloc_arg *args, in xfs_bmap_select_minlen() 3245 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_nullfb() 3279 struct xfs_alloc_arg *args, in xfs_bmap_btalloc_filestreams() 3324 struct xfs_alloc_arg *args) in xfs_bmap_btalloc_accounting()
|
/Linux-v4.19/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; 1549 TP_PROTO(struct xfs_alloc_arg *args), 1620 TP_PROTO(struct xfs_alloc_arg *args), \
|
/Linux-v4.19/fs/xfs/scrub/ |
D | repair.c | 305 struct xfs_alloc_arg args = {0}; in xrep_alloc_ag_block() 486 struct xfs_alloc_arg args = {0}; in xrep_fix_freelist()
|