Home
last modified time | relevance | path

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

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