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

/linux-master/fs/xfs/libxfs/
H A Dxfs_alloc.h22 #define XFS_ALLOC_FLAG_TRYLOCK (1U << 0) /* use trylock for buffer locking */ macro
H A Dxfs_alloc.c2822 (alloc_flags & XFS_ALLOC_FLAG_TRYLOCK)) {
3361 ASSERT((flags & (XFS_ALLOC_FLAG_FREEING | XFS_ALLOC_FLAG_TRYLOCK)) !=
3362 (XFS_ALLOC_FLAG_FREEING | XFS_ALLOC_FLAG_TRYLOCK));
3364 (flags & XFS_ALLOC_FLAG_TRYLOCK) ? XBF_TRYLOCK : 0,
3673 if (alloc_flags & XFS_ALLOC_FLAG_TRYLOCK)
3713 if (alloc_flags & XFS_ALLOC_FLAG_TRYLOCK) {
3714 alloc_flags &= ~XFS_ALLOC_FLAG_TRYLOCK;
3742 uint32_t alloc_flags = XFS_ALLOC_FLAG_TRYLOCK;
3796 uint32_t alloc_flags = XFS_ALLOC_FLAG_TRYLOCK;
H A Dxfs_ialloc.c1880 flags = XFS_ALLOC_FLAG_TRYLOCK;
H A Dxfs_bmap.c3276 error = xfs_alloc_read_agf(pag, tp, XFS_ALLOC_FLAG_TRYLOCK,
3299 * Since we used XFS_ALLOC_FLAG_TRYLOCK in _longest_free_extent(), it is

Completed in 158 milliseconds