Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_alloc.h236 enum xfs_ag_resv_type type, unsigned int free_flags);
267 unsigned int free_flags, struct xfs_alloc_autoreap *aarp);
Dxfs_alloc.c2638 unsigned int free_flags, in xfs_defer_extent_free() argument
2646 ASSERT(!(free_flags & ~XFS_FREE_EXTENT_ALL_FLAGS)); in xfs_defer_extent_free()
2656 if (free_flags & XFS_FREE_EXTENT_SKIP_DISCARD) in xfs_defer_extent_free()
2681 unsigned int free_flags) in xfs_free_extent_later() argument
2685 return xfs_defer_extent_free(tp, bno, len, oinfo, type, free_flags, in xfs_free_extent_later()
2710 unsigned int free_flags, in xfs_alloc_schedule_autoreap() argument
2716 &args->oinfo, args->resv, free_flags, &aarp->dfp); in xfs_alloc_schedule_autoreap()