Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/nfs/
H A Dnfs_clnt.h281 #define SV_ROOT_STALE 0x1 /* root vnode got ESTALE */ macro
556 svp->sv_flags |= SV_ROOT_STALE; \
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c1458 if (svp && (svp->sv_flags & SV_ROOT_STALE)) { in nfs_root()
1460 svp->sv_flags &= ~SV_ROOT_STALE; in nfs_root()
H A Dnfs3_vfsops.c1463 if (svp && (svp->sv_flags & SV_ROOT_STALE)) { in nfs3_root()
1465 svp->sv_flags &= ~SV_ROOT_STALE; in nfs3_root()