Searched refs:new_rpath (Results 1 – 1 of 1) sorted by relevance
325 char *new_rpath = NULL; in make_smbnode() local413 new_rpath = kmem_alloc(rplen + 1, KM_SLEEP); in make_smbnode()414 bcopy(rpath, new_rpath, rplen); in make_smbnode()415 new_rpath[rplen] = '\0'; in make_smbnode()469 kmem_free(new_rpath, rplen + 1); in make_smbnode()481 np->n_rpath = new_rpath; in make_smbnode()483 np->n_ino = smbfs_gethash(new_rpath, rplen); in make_smbnode()