Home
last modified time | relevance | path

Searched refs:XFS_IALLOC_FLAG_TRYLOCK (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ialloc.h72 #define XFS_IALLOC_FLAG_TRYLOCK (1U << 0) /* use trylock for buffer locking */ macro
Dxfs_ialloc.c2773 (flags & XFS_IALLOC_FLAG_TRYLOCK) ? XBF_TRYLOCK : 0, in xfs_ialloc_read_agi()
/linux-6.12.1/fs/xfs/scrub/
Discan.c277 ret = xfs_ialloc_read_agi(pag, sc->tp, XFS_IALLOC_FLAG_TRYLOCK, in xchk_iscan_read_agi()