kstrdup 96 fs/9p/v9fs.c options = kstrdup(v9ses->options, GFP_KERNEL);
kstrdup 210 fs/9p/v9fs.c v9ses->options = kstrdup(data, GFP_KERNEL);
kstrdup 498 fs/affs/super.c char *new_opts = kstrdup(data, GFP_KERNEL);
kstrdup 360 fs/afs/super.c char *new_opts = kstrdup(options, GFP_KERNEL);
kstrdup 299 fs/debugfs/inode.c link = kstrdup(target, GFP_KERNEL);
kstrdup 389 fs/hpfs/super.c char *new_opts = kstrdup(data, GFP_KERNEL);
kstrdup 119 fs/namespace.c mnt->mnt_devname = kstrdup(name, GFP_KERNEL);
kstrdup 723 fs/namespace.c sb->s_options = kstrdup(options, GFP_KERNEL);
kstrdup 135 fs/nfs/client.c clp->cl_hostname = kstrdup(cl_init->hostname, GFP_KERNEL);
kstrdup 1581 fs/nfs/super.c args->nfs_server.hostname = kstrdup(data->hostname, GFP_KERNEL);
kstrdup 425 fs/nfsd/export.c fsloc->locations[i].hosts = kstrdup(buf, GFP_KERNEL);
kstrdup 434 fs/nfsd/export.c fsloc->locations[i].path = kstrdup(buf, GFP_KERNEL);
kstrdup 549 fs/nfsd/export.c exp.ex_pathname = kstrdup(buf, GFP_KERNEL);
kstrdup 1063 fs/nfsd/export.c new.ex_pathname = kstrdup(nxp->ex_path, GFP_KERNEL);
kstrdup 631 fs/nfsd/nfsctl.c char *toclose = kstrdup(buf+1, GFP_KERNEL);
kstrdup 1169 fs/reiserfs/super.c char *new_opts = kstrdup(arg, GFP_KERNEL);
kstrdup 951 fs/super.c mnt->mnt_sb->s_subtype = kstrdup(subtype, GFP_KERNEL);
kstrdup 315 fs/sysfs/dir.c name = dup_name = kstrdup(name, GFP_KERNEL);
kstrdup 834 fs/sysfs/dir.c new_name = dup_name = kstrdup(new_name, GFP_KERNEL);
kstrdup 1472 fs/xfs/linux-2.6/xfs_super.c mp->m_fsname = kstrdup(ap->fsname, GFP_KERNEL);
kstrdup 1477 fs/xfs/linux-2.6/xfs_super.c mp->m_rtname = kstrdup(ap->rtname, GFP_KERNEL);
kstrdup 1484 fs/xfs/linux-2.6/xfs_super.c mp->m_logname = kstrdup(ap->logname, GFP_KERNEL);
kstrdup 273 include/linux/fsnotify.h return kstrdup(name, GFP_KERNEL);
kstrdup 105 include/linux/string.h extern char *kstrdup(const char *s, gfp_t gfp);
kstrdup 849 kernel/auditfilter.c path = kstrdup(old->path, GFP_KERNEL);
kstrdup 877 kernel/auditfilter.c lsm_str = kstrdup(sf->lsm_str, GFP_KERNEL);
kstrdup 954 kernel/auditfilter.c fk = kstrdup(old->filterkey, GFP_KERNEL);
kstrdup 622 kernel/auditsc.c ctx->filterkey = kstrdup(rule->filterkey, GFP_ATOMIC);
kstrdup 3069 kernel/cgroup.c agentbuf = kstrdup(cgrp->root->release_agent_path, GFP_KERNEL);
kstrdup 515 kernel/module.c mod->field = kstrdup(s, GFP_KERNEL); \
kstrdup 1114 kernel/module.c sattr->name = kstrdup(secstrings + sechdrs[i].sh_name,
kstrdup 221 kernel/pm_qos_params.c dep->name = kstrdup(name, GFP_KERNEL);
kstrdup 6405 kernel/sched.c entry->procname = kstrdup(buf, GFP_KERNEL);
kstrdup 6429 kernel/sched.c entry->procname = kstrdup(buf, GFP_KERNEL);
kstrdup 84 net/9p/client.c options = kstrdup(opts, GFP_KERNEL);
kstrdup 1181 net/9p/trans_fd.c options = kstrdup(params, GFP_KERNEL);
kstrdup 2778 net/core/neighbour.c t->dev_name = kstrdup(dev_name_source, GFP_KERNEL);
kstrdup 69 net/dccp/ccid.c slab_name = kstrdup(slab_name_fmt, GFP_KERNEL);
kstrdup 1493 net/ipv4/devinet.c t->dev_name = kstrdup(dev_name, GFP_KERNEL);
kstrdup 201 net/ipv4/tcp_cong.c clone = kstrdup(val, GFP_USER);
kstrdup 4306 net/ipv6/addrconf.c t->dev_name = kstrdup(dev_name, GFP_KERNEL);
kstrdup 87 net/netlabel/netlabel_kapi.c entry->domain = kstrdup(domain, GFP_ATOMIC);
kstrdup 137 net/netlabel/netlabel_kapi.c entry->domain = kstrdup(domain, GFP_ATOMIC);
kstrdup 762 net/sunrpc/auth_gss/svcauth_gss.c new->h.name = kstrdup(name, GFP_KERNEL);
kstrdup 57 net/sunrpc/svcauth_unix.c new->h.name = kstrdup(name, GFP_KERNEL);
kstrdup 2551 security/selinux/hooks.c namep = kstrdup(XATTR_SELINUX_SUFFIX, GFP_NOFS);
kstrdup 117 security/selinux/ss/context.h dst->str = kstrdup(src->str, GFP_ATOMIC);
kstrdup 395 security/selinux/ss/mls.c tmpstr = freestr = kstrdup(str, gfp_mask);
kstrdup 793 security/selinux/ss/services.c *scontext = kstrdup(context->str, GFP_ATOMIC);
kstrdup 1024 security/selinux/ss/services.c str = kstrdup(scontext2, gfp_flags);
kstrdup 1526 security/selinux/ss/services.c s = kstrdup(c->str, GFP_KERNEL);
kstrdup 2448 security/selinux/ss/services.c classes[value] = kstrdup(name, GFP_ATOMIC);
kstrdup 2486 security/selinux/ss/services.c perms[value] = kstrdup(name, GFP_ATOMIC);
kstrdup 2970 security/selinux/ss/services.c secattr->domain = kstrdup(policydb.p_type_val_to_name[ctx->type - 1],
kstrdup 410 security/smack/smack_lsm.c *name = kstrdup(XATTR_SMACK_SUFFIX, GFP_KERNEL);
kstrdup 416 security/smack/smack_lsm.c *value = kstrdup(isp, GFP_KERNEL);
kstrdup 2012 security/smack/smack_lsm.c cp = kstrdup(p->security, GFP_KERNEL);
kstrdup 783 sound/core/info.c entry->name = kstrdup(name, GFP_KERNEL);
kstrdup 57 sound/core/info_oss.c x = kstrdup(string, GFP_KERNEL);
kstrdup 1186 sound/core/oss/mixer_oss.c tbl->name = kstrdup(str, GFP_KERNEL);
kstrdup 2885 sound/core/oss/pcm_oss.c template.task_name = kstrdup(task_name, GFP_KERNEL);
kstrdup 104 sound/core/timer.c timeri->owner = kstrdup(owner, GFP_KERNEL);
kstrdup 215 sound/isa/gus/gus_mem.c block.name = kstrdup(name, GFP_KERNEL);
kstrdup 255 sound/isa/gus/gus_mem.c block.name = kstrdup("InterWave LFOs", GFP_KERNEL);
kstrdup 261 sound/isa/gus/gus_mem.c block.name = kstrdup("Voice default (NULL's)", GFP_KERNEL);
kstrdup 2491 sound/pci/hda/patch_analog.c knew->name = kstrdup(name, GFP_KERNEL);
kstrdup 3464 sound/pci/hda/patch_realtek.c knew->name = kstrdup(name, GFP_KERNEL);
kstrdup 2612 sound/pci/hda/patch_sigmatel.c knew->name = kstrdup(name, GFP_KERNEL);
kstrdup 293 sound/pci/hda/patch_via.c knew->name = kstrdup(name, GFP_KERNEL);
kstrdup 311 sound/soc/soc-dapm.c path->long_name = kstrdup (name, GFP_KERNEL);
kstrdup 102 sound/synth/emux/emux.c emu->name = kstrdup(name, GFP_KERNEL);