Searched refs:kstrdup (Results 1 - 25 of 348) sorted by last modified time

1234567891011>>

/linux-master/net/sunrpc/
H A Dxprtsock.c273 kstrdup(buf, GFP_KERNEL);
278 kstrdup(buf, GFP_KERNEL);
285 kstrdup(buf, GFP_KERNEL);
293 xprt->address_strings[RPC_DISPLAY_HEX_ADDR] = kstrdup(buf, GFP_KERNEL);
302 xprt->address_strings[RPC_DISPLAY_PORT] = kstrdup(buf, GFP_KERNEL);
305 xprt->address_strings[RPC_DISPLAY_HEX_PORT] = kstrdup(buf, GFP_KERNEL);
/linux-master/fs/erofs/
H A Dsuper.c502 dif->path = kstrdup(param->string, GFP_KERNEL);
520 sbi->fsid = kstrdup(param->string, GFP_KERNEL);
526 sbi->domain_id = kstrdup(param->string, GFP_KERNEL);
H A Dfscache.c444 domain->domain_id = kstrdup(sbi->domain_id, GFP_KERNEL);
569 ctx->name = kstrdup(name, GFP_KERNEL);
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c1455 comm = kstrdup(task->comm, GFP_KERNEL);
/linux-master/drivers/dpll/
H A Ddpll_core.c456 dst->board_label = kstrdup(src->board_label, GFP_KERNEL);
461 dst->panel_label = kstrdup(src->panel_label, GFP_KERNEL);
466 dst->package_label = kstrdup(src->package_label, GFP_KERNEL);
/linux-master/fs/smb/server/
H A Dvfs.c1232 filepath = kstrdup(name, GFP_KERNEL);
H A Dsmb2pdu.c2886 name = kstrdup("", GFP_KERNEL);
H A Dserver.c50 server_conf.conf[idx] = kstrdup(val, GFP_KERNEL);
/linux-master/fs/smb/client/
H A Dsmb2ops.c963 data->symlink_target = kstrdup(cfile->symlink_target, GFP_KERNEL);
H A Dconnect.c1699 tcp_ses->hostname = kstrdup(ctx->server_hostname, GFP_KERNEL);
1706 tcp_ses->leaf_fullpath = kstrdup(ctx->leaf_fullpath, GFP_KERNEL);
2202 ctx->domainname = kstrdup(ses->domainName, GFP_KERNEL);
2311 ses->user_name = kstrdup(ctx->username, GFP_KERNEL);
2318 ses->password = kstrdup(ctx->password, GFP_KERNEL);
2324 ses->password2 = kstrdup(ctx->password2, GFP_KERNEL);
2329 ses->domainName = kstrdup(ctx->domainname, GFP_KERNEL);
2582 tcon->password = kstrdup(ctx->password, GFP_KERNEL);
3310 cifs_sb->prepath = kstrdup(ctx->prepath, GFP_KERNEL);
H A Dfs_context.c333 new_ctx->field = kstrdup(ctx->field, GFP_ATOMIC); \
450 orig = opts = kstrdup(options, GFP_KERNEL);
466 *val = kstrdup(nval, GFP_KERNEL);
484 * @gfp indicates the GFP_* flags for kstrdup.
515 s = kstrdup(prepath, gfp);
920 ses->password = kstrdup(ctx->password, GFP_KERNEL);
922 ses->password2 = kstrdup(ctx->password2, GFP_KERNEL);
1285 fc->source = kstrdup(ctx->source, GFP_KERNEL);
1307 ctx->username = kstrdup(param->string, GFP_KERNEL);
1319 ctx->password = kstrdup(para
[all...]
H A Dcifsfs.c520 char *devname = kstrdup(cifs_sb->ctx->source, GFP_KERNEL);
H A Dinode.c392 fattr.cf_symlink_target = kstrdup(cfile->symlink_target, GFP_KERNEL);
1469 path = kstrdup("", GFP_KERNEL);
H A Dcached_dir.c590 cfid->path = kstrdup(path, GFP_ATOMIC);
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c2024 ffs->dev_name = kstrdup(fc->source, GFP_KERNEL);
/linux-master/drivers/android/
H A Dbinder.c6598 device_names = kstrdup(binder_devices_param, GFP_KERNEL);
/linux-master/net/netfilter/
H A Dnf_tables_api.c2525 chain->name = kstrdup(name, GFP_KERNEL_ACCOUNT);
/linux-master/fs/fuse/
H A Dinode.c1584 sb->s_subtype = kstrdup(parent_sb->s_subtype, GFP_KERNEL);
/linux-master/fs/bcachefs/
H A Dsysfs.c545 char *tmp = kstrdup(buf, GFP_KERNEL), *p = tmp;
713 tmp = kstrdup(buf, GFP_KERNEL);
987 tmp = kstrdup(buf, GFP_KERNEL);
H A Dsuper-io.c702 sb->sb_name = kstrdup(path, GFP_KERNEL);
H A Dopts.c482 copied_opts = kstrdup(options, GFP_KERNEL);
/linux-master/drivers/ata/
H A Dahci.c702 str = kstrdup(ahci_mask_port_map, GFP_KERNEL);
/linux-master/kernel/trace/
H A Dtrace_events.c2869 str = kstrdup(field->type, GFP_KERNEL);
/linux-master/drivers/target/
H A Dtarget_core_configfs.c2086 opts = kstrdup(page, GFP_KERNEL);
2569 orig = map_entries = kstrdup(page, GFP_KERNEL);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c2205 pciaddstr = kstrdup(amdgpu_virtual_display, GFP_KERNEL);

Completed in 470 milliseconds

1234567891011>>