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

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr2.c325 char *new_rpath = NULL; local
413 new_rpath = kmem_alloc(rplen + 1, KM_SLEEP);
414 bcopy(rpath, new_rpath, rplen);
415 new_rpath[rplen] = '\0';
469 kmem_free(new_rpath, rplen + 1);
481 np->n_rpath = new_rpath;
483 np->n_ino = smbfs_gethash(new_rpath, rplen);

Completed in 57 milliseconds