Searched refs:n4ep (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_vfsops.c | 3182 nfs4setclientid(mntinfo4_t *mi, cred_t *cr, bool_t recovery, nfs4_error_t *n4ep) in nfs4setclientid() argument 3195 ASSERT(n4ep != NULL); in nfs4setclientid() 3199 nfs4_error_zinit(n4ep); in nfs4setclientid() 3255 n4ep->error = nfs4_start_op(mi, NULL, NULL, &recov_state); in nfs4setclientid() 3256 if (n4ep->error) { in nfs4setclientid() 3270 n4ep->error = EINTR; in nfs4setclientid() 3295 nfs4setclientid_otw(mi, svp, cr, np, n4ep, &retry_inuse); in nfs4setclientid() 3297 if (n4ep->error == EACCES) { in nfs4setclientid() 3315 nfs4setclientid_otw(mi, svp, lcr, np, n4ep, in nfs4setclientid() 3324 if (n4ep->error != 0 || n4ep->stat != NFS4_OK) { in nfs4setclientid() [all …]
|