Searched refs:esi_first (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c909 ephemeral_servinfo_t *esi, *esi_first; local
920 esi_first = nfs4_trigger_esi_create(vp, svp, cr);
921 if (esi_first == NULL) {
926 (void) strlcpy(hostlist, esi_first->esi_hostname, MAXPATHLEN);
928 nargs_head = nfs4_trigger_nargs_create(mi, svp, esi_first);
931 esi_first = NULL;
980 if (svp == mi->mi_curr_serv && esi_first != NULL)
994 nfs4_trigger_esi_destroy(esi_first, vp);
1014 * (i.e. esi_first == NULL),
1016 * that we will actually contact (esi_first)
[all...]

Completed in 70 milliseconds