Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/libxfs/
Dxfs_alloc.h41 #define XFS_ALLOC_FLAG_TRYLOCK 0x00000001 /* use trylock for buffer locking */ macro
Dxfs_alloc.c2624 (flags & XFS_ALLOC_FLAG_TRYLOCK)) { in xfs_alloc_fix_freelist()
3093 ASSERT((flags & (XFS_ALLOC_FLAG_FREEING | XFS_ALLOC_FLAG_TRYLOCK)) != in xfs_alloc_read_agf()
3094 (XFS_ALLOC_FLAG_FREEING | XFS_ALLOC_FLAG_TRYLOCK)); in xfs_alloc_read_agf()
3096 (flags & XFS_ALLOC_FLAG_TRYLOCK) ? XBF_TRYLOCK : 0, in xfs_alloc_read_agf()
3249 flags = XFS_ALLOC_FLAG_TRYLOCK; in xfs_alloc_vextent()
Dxfs_ialloc.c1776 flags = XFS_ALLOC_FLAG_TRYLOCK; in xfs_dialloc()
Dxfs_bmap.c3187 error = xfs_alloc_read_agf(pag, tp, XFS_ALLOC_FLAG_TRYLOCK, in xfs_bmap_longest_free_extent()
/Linux-v6.1/fs/xfs/
Dxfs_filestream.c121 trylock = XFS_ALLOC_FLAG_TRYLOCK; in xfs_filestream_pick_ag()