Searched refs:SV4_ROOT_STALE (Results 1 – 3 of 3) sorted by relevance
653 #define SV4_ROOT_STALE 0x008 /* root vnode got ESTALE */ macro
2807 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()
2181 svp->sv_flags |= SV4_ROOT_STALE; in recov_stale()