Searched refs:nfs4_dss_bufp (Results 1 – 1 of 1) sorted by relevance
310 char *nfs4_dss_bufp; in nfssys() local323 nfs4_dss_bufp = kmem_alloc(nfs4_dss_buflen, KM_SLEEP); in nfssys()324 if (nfs4_dss_bufp == NULL) in nfssys()327 if (copyin(arg, nfs4_dss_bufp, nfs4_dss_buflen)) { in nfssys()328 kmem_free(nfs4_dss_bufp, nfs4_dss_buflen); in nfssys()333 error = nfs_srv_dss_func(nfs4_dss_bufp, nfs4_dss_buflen); in nfssys()334 kmem_free(nfs4_dss_bufp, nfs4_dss_buflen); in nfssys()