Home
last modified time | relevance | path

Searched refs:XFS_IGET_NORETRY (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/xfs/
Dxfs_icache.h43 #define XFS_IGET_NORETRY (1U << 4) macro
Dxfs_icache.c840 if (!(flags & (XFS_IGET_INCORE | XFS_IGET_NORETRY)) && in xfs_iget()
/linux-6.12.1/fs/xfs/scrub/
Discan.c417 #define ISCAN_IGET_FLAGS (XFS_IGET_NORETRY | XFS_IGET_DONTCACHE)
Dcommon.c838 error = xfs_iget(mp, tp, inum, XFS_IGET_NORETRY | XCHK_IGET_FLAGS, 0, in xchk_iget_agi()