Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_alloc.h34 typedef struct xfs_alloc_arg { struct
105 int xfs_alloc_vextent_this_ag(struct xfs_alloc_arg *args, xfs_agnumber_t agno);
111 int xfs_alloc_vextent_near_bno(struct xfs_alloc_arg *args,
118 int xfs_alloc_vextent_exact_bno(struct xfs_alloc_arg *args,
129 int xfs_alloc_vextent_start_ag(struct xfs_alloc_arg *args,
137 int xfs_alloc_vextent_first_ag(struct xfs_alloc_arg *args,
198 int xfs_alloc_fix_freelist(struct xfs_alloc_arg *args, uint32_t alloc_flags);
275 int xfs_alloc_schedule_autoreap(const struct xfs_alloc_arg *args,
H A Dxfs_metafile.h27 struct xfs_alloc_arg;
31 struct xfs_alloc_arg *args);
H A Dxfs_ag_resv.h17 struct xfs_alloc_arg *args);
H A Dxfs_metafile.c136 struct xfs_alloc_arg *args) in xfs_metafile_resv_alloc_space()
/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_trace.h60 struct xfs_alloc_arg;
2204 TP_PROTO(struct xfs_alloc_arg *args),
2269 TP_PROTO(struct xfs_alloc_arg *args), \
/linux/fs/xfs/scrub/
H A Dnewbt.h9 struct xfs_alloc_arg;
35 struct xfs_alloc_arg *args,
H A Dcow_repair.c426 struct xfs_alloc_arg args = { in xrep_cow_alloc()