Home
last modified time | relevance | path

Searched refs:newcl (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c824 clget4(clinfo_t *ci, servinfo4_t *svp, cred_t *cr, CLIENT **newcl, in clget4() argument
833 if (newcl == NULL || chp == NULL || ci == NULL) in clget4()
836 *newcl = NULL; in clget4()
927 *newcl = cp->ch_client; in clget4()
985 *newcl = cp->ch_client; in clget4()
992 nfs_clget4(mntinfo4_t *mi, servinfo4_t *svp, cred_t *cr, CLIENT **newcl, in nfs_clget4() argument
1030 error = clget4(&ci, svp, cr, newcl, chp, nfscl); in nfs_clget4()
H A Dnfs_subr.c308 clget_impl(clinfo_t *ci, servinfo_t *svp, cred_t *cr, CLIENT **newcl, in clget_impl() argument
317 if (newcl == NULL || chp == NULL || ci == NULL) in clget_impl()
320 *newcl = NULL; in clget_impl()
408 *newcl = cp->ch_client; in clget_impl()
463 *newcl = cp->ch_client; in clget_impl()
470 clget(clinfo_t *ci, servinfo_t *svp, cred_t *cr, CLIENT **newcl, in clget() argument
478 return (clget_impl(ci, svp, cr, newcl, chp, nfscl)); in clget()
482 acl_clget(mntinfo_t *mi, servinfo_t *svp, cred_t *cr, CLIENT **newcl, in acl_clget() argument
516 error = clget_impl(&ci, svp, cr, newcl, chp, nfscl); in acl_clget()
543 nfs_clget(mntinfo_t *mi, servinfo_t *svp, cred_t *cr, CLIENT **newcl, in nfs_clget() argument
[all …]