Home
last modified time | relevance | path

Searched refs:SV4_NOTINUSE (Results 1 – 4 of 4) sorted by path

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c1614 if (svp->sv_flags & SV4_NOTINUSE) { in recov_newserver()
1664 ASSERT((svp->sv_flags & SV4_NOTINUSE) == 0); in recov_newserver()
3448 if (svp->sv_flags & SV4_NOTINUSE) { in nfs4_getsrvnames()
3461 if (svp->sv_flags & SV4_NOTINUSE) { in nfs4_getsrvnames()
H A Dnfs4_stub_vnops.c984 if (svp->sv_flags & SV4_NOTINUSE) { in nfs4_trigger_domount_args_create()
H A Dnfs4_vfsops.c390 if (si->sv_flags & SV4_NOTINUSE) { in nfs4_chkdup_servinfo4()
2472 svp->sv_flags |= SV4_NOTINUSE; in nfs4rootvp()
2518 svp->sv_flags |= SV4_NOTINUSE; in nfs4rootvp()
2530 svp->sv_flags |= SV4_NOTINUSE; in nfs4rootvp()
2542 svp->sv_flags |= SV4_NOTINUSE; in nfs4rootvp()
2558 ASSERT((mi->mi_curr_serv->sv_flags & SV4_NOTINUSE) == 0); in nfs4rootvp()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h652 #define SV4_NOTINUSE 0x004 /* servinfo4_t had fatal errors */ macro