Searched refs:XFS_ALLOC_FLAG_TRYFLUSH (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_alloc.h27 #define XFS_ALLOC_FLAG_TRYFLUSH (1U << 5) /* don't wait in busy extent flush */ macro
H A Dxfs_alloc.c1598 alloc_flags |= XFS_ALLOC_FLAG_TRYFLUSH;
1667 alloc_flags &= ~XFS_ALLOC_FLAG_TRYFLUSH;
1708 alloc_flags |= XFS_ALLOC_FLAG_TRYFLUSH;
1783 alloc_flags &= ~XFS_ALLOC_FLAG_TRYFLUSH;
1882 alloc_flags &= ~XFS_ALLOC_FLAG_TRYFLUSH;
/linux-master/fs/xfs/
H A Dxfs_extent_busy.c621 if (alloc_flags & XFS_ALLOC_FLAG_TRYFLUSH)

Completed in 125 milliseconds