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

/linux-master/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.c2392 if (flags & XFS_ALLOC_FLAG_FREEING)
2823 ASSERT(!(alloc_flags & XFS_ALLOC_FLAG_FREEING));
2933 if (alloc_flags & XFS_ALLOC_FLAG_FREEING)
3361 ASSERT((flags & (XFS_ALLOC_FLAG_FREEING | XFS_ALLOC_FLAG_TRYLOCK)) !=
3362 (XFS_ALLOC_FLAG_FREEING | XFS_ALLOC_FLAG_TRYLOCK));
3919 error = xfs_alloc_fix_freelist(&args, XFS_ALLOC_FLAG_FREEING);
H A Dxfs_refcount.c1411 XFS_ALLOC_FLAG_FREEING, &agbp);
/linux-master/fs/xfs/
H A Dxfs_extent_busy.c627 if (alloc_flags & XFS_ALLOC_FLAG_FREEING)

Completed in 209 milliseconds