Home
last modified time | relevance | path

Searched refs:XFS_ALLOC_FLAG_FREEING (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_alloc.h23 #define XFS_ALLOC_FLAG_FREEING (1U << 1) /* indicate caller is freeing extents*/ macro
H A Dxfs_alloc.c2331 if (flags & XFS_ALLOC_FLAG_FREEING) in xfs_alloc_space_available()
2663 ASSERT(!(alloc_flags & XFS_ALLOC_FLAG_FREEING)); in xfs_alloc_fix_freelist()
2772 if (alloc_flags & XFS_ALLOC_FLAG_FREEING) in xfs_alloc_fix_freelist()
3201 ASSERT((flags & (XFS_ALLOC_FLAG_FREEING | XFS_ALLOC_FLAG_TRYLOCK)) != in xfs_alloc_read_agf()
3202 (XFS_ALLOC_FLAG_FREEING | XFS_ALLOC_FLAG_TRYLOCK)); in xfs_alloc_read_agf()
3764 error = xfs_alloc_fix_freelist(&args, XFS_ALLOC_FLAG_FREEING); in xfs_free_extent_fix_freelist()
H A Dxfs_refcount.c1387 XFS_ALLOC_FLAG_FREEING, &agbp); in xfs_refcount_finish_one()
/openbmc/linux/fs/xfs/
H A Dxfs_extent_busy.c626 if (alloc_flags & XFS_ALLOC_FLAG_FREEING) in xfs_extent_busy_flush()