Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_alloc.h22 #define XFS_ALLOC_FLAG_TRYLOCK (1U << 0) /* use trylock for buffer locking */ macro
H A Dxfs_ialloc.c1942 flags = XFS_ALLOC_FLAG_TRYLOCK; in xfs_dialloc()