Home
last modified time | relevance | path

Searched refs:free_flags (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_alloc.h235 enum xfs_ag_resv_type type, unsigned int free_flags);
276 unsigned int free_flags, struct xfs_alloc_autoreap *aarp);
H A Dxfs_alloc.c2639 unsigned int free_flags, in xfs_defer_extent_free() argument
2647 ASSERT(!(free_flags & ~XFS_FREE_EXTENT_ALL_FLAGS)); in xfs_defer_extent_free()
2649 if (free_flags & XFS_FREE_EXTENT_REALTIME) { in xfs_defer_extent_free()
2666 if (free_flags & XFS_FREE_EXTENT_SKIP_DISCARD) in xfs_defer_extent_free()
2668 if (free_flags & XFS_FREE_EXTENT_REALTIME) in xfs_defer_extent_free()
2693 unsigned int free_flags) in xfs_free_extent_later() argument
2697 return xfs_defer_extent_free(tp, bno, len, oinfo, type, free_flags, in xfs_free_extent_later()
2722 unsigned int free_flags, in xfs_alloc_schedule_autoreap() argument
2728 &args->oinfo, args->resv, free_flags, &aarp->dfp); in xfs_alloc_schedule_autoreap()