Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h653 #define SV4_ROOT_STALE 0x008 /* root vnode got ESTALE */ macro
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c2807 if (svp->sv_flags & SV4_ROOT_STALE) { in nfs4_root()
2811 if (svp->sv_flags & SV4_ROOT_STALE) { in nfs4_root()
2812 svp->sv_flags &= ~SV4_ROOT_STALE; in nfs4_root()
H A Dnfs4_recovery.c2181 svp->sv_flags |= SV4_ROOT_STALE; in recov_stale()