Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_state.c2023 char *destcfp; in nfs4_resend_open_otw() local
2119 destcfp = kmem_alloc(destclen + 1, KM_SLEEP); in nfs4_resend_open_otw()
2120 bcopy(srcfp->utf8string_val, destcfp, destclen); in nfs4_resend_open_otw()
2121 destcfp[destclen] = '\0'; in nfs4_resend_open_otw()
2125 open_args->open_claim4_u.delegate_cur_info.cfile = destcfp; in nfs4_resend_open_otw()
2127 open_args->open_claim4_u.cfile = destcfp; in nfs4_resend_open_otw()
2248 kmem_free(destcfp, destclen + 1); in nfs4_resend_open_otw()
2279 kmem_free(destcfp, destclen + 1); in nfs4_resend_open_otw()
2318 kmem_free(destcfp, destclen + 1); in nfs4_resend_open_otw()
2384 kmem_free(destcfp, destclen + 1); in nfs4_resend_open_otw()
[all …]