Searched refs:SV4_NOTINUSE (Results 1 – 4 of 4) sorted by relevance
388 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()
1614 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()
979 if (svp->sv_flags & SV4_NOTINUSE) { in nfs4_trigger_domount_args_create()
652 #define SV4_NOTINUSE 0x004 /* servinfo4_t had fatal errors */ macro