Lines Matching refs:kstrndup
89 *npath = kstrndup(path, strlen(path), GFP_KERNEL); in get_normalized_path()
356 t->t_name = kstrndup(name, strlen(name), GFP_KERNEL); in alloc_tgt()
578 th = kstrndup(s, strlen(s), GFP_KERNEL); in __update_cache_entry()
735 ref->path_name = kstrndup(path, strlen(path), GFP_KERNEL); in setup_ref()
741 ref->node_name = kstrndup(tgt, strlen(tgt), GFP_KERNEL); in setup_ref()
778 it->it_name = kstrndup(t->t_name, strlen(t->t_name), in get_tgt_list()
1087 new->username = kstrndup(vol->username, strlen(vol->username), in dup_vol()
1093 new->password = kstrndup(vol->password, strlen(vol->password), in dup_vol()
1100 new->UNC = kstrndup(vol->UNC, strlen(vol->UNC), GFP_KERNEL); in dup_vol()
1105 new->domainname = kstrndup(vol->domainname, in dup_vol()
1111 new->iocharset = kstrndup(vol->iocharset, in dup_vol()
1118 new->prepath = kstrndup(vol->prepath, strlen(vol->prepath), in dup_vol()
1164 vi->vi_fullpath = kstrndup(fullpath, strlen(fullpath), GFP_KERNEL); in dfs_cache_add_vol()
1305 npath = kstrndup(path, s - path, GFP_KERNEL); in get_dfs_root()