Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_alloc.h41 #define XFS_ALLOC_FLAG_TRYLOCK 0x00000001 /* use trylock for buffer locking */ macro
Dxfs_alloc.c2555 (flags & XFS_ALLOC_FLAG_TRYLOCK)) { in xfs_alloc_fix_freelist()
3041 ASSERT((flags & (XFS_ALLOC_FLAG_FREEING | XFS_ALLOC_FLAG_TRYLOCK)) != in xfs_alloc_read_agf()
3042 (XFS_ALLOC_FLAG_FREEING | XFS_ALLOC_FLAG_TRYLOCK)); in xfs_alloc_read_agf()
3045 (flags & XFS_ALLOC_FLAG_TRYLOCK) ? XBF_TRYLOCK : 0, in xfs_alloc_read_agf()
3195 flags = XFS_ALLOC_FLAG_TRYLOCK; in xfs_alloc_vextent()
Dxfs_ialloc.c1776 flags = XFS_ALLOC_FLAG_TRYLOCK; in xfs_dialloc()
Dxfs_bmap.c3240 error = xfs_alloc_pagf_init(mp, tp, ag, XFS_ALLOC_FLAG_TRYLOCK); in xfs_bmap_longest_free_extent()
/Linux-v5.15/fs/xfs/
Dxfs_filestream.c121 trylock = XFS_ALLOC_FLAG_TRYLOCK; in xfs_filestream_pick_ag()