Lines Matching refs:kstrndup
90 *npath = kstrndup(path, strlen(path), GFP_KERNEL); in get_normalized_path()
361 t->name = kstrndup(name, strlen(name), GFP_ATOMIC); in alloc_target()
421 ce->path = kstrndup(path, strlen(path), GFP_KERNEL); in alloc_cache_entry()
533 npath = kstrndup(path, strlen(path), GFP_KERNEL); in lookup_cache_entry()
643 th = kstrndup(s, strlen(s), GFP_ATOMIC); in __update_cache_entry()
788 ref->path_name = kstrndup(path, strlen(path), GFP_ATOMIC); in setup_referral()
792 ref->node_name = kstrndup(target, strlen(target), GFP_ATOMIC); in setup_referral()
829 it->it_name = kstrndup(t->name, strlen(t->name), GFP_ATOMIC); in get_targets()
1148 new->username = kstrndup(vol->username, strlen(vol->username), in dup_vol()
1154 new->password = kstrndup(vol->password, strlen(vol->password), in dup_vol()
1161 new->UNC = kstrndup(vol->UNC, strlen(vol->UNC), GFP_KERNEL); in dup_vol()
1166 new->domainname = kstrndup(vol->domainname, in dup_vol()
1172 new->iocharset = kstrndup(vol->iocharset, in dup_vol()
1179 new->prepath = kstrndup(vol->prepath, strlen(vol->prepath), in dup_vol()
1225 vi->fullpath = kstrndup(fullpath, strlen(fullpath), GFP_KERNEL); in dfs_cache_add_vol()
1359 *share = kstrndup(it->it_name, s - it->it_name, GFP_KERNEL); in dfs_cache_get_tgt_share()
1437 npath = kstrndup(path, s - path, GFP_KERNEL); in get_dfs_root()