kstrndup          743 fs/nfs/super.c 	p = kstrndup(delim + 1, len, GFP_KERNEL);
kstrndup         1371 fs/nfs/super.c 	*hostname = kstrndup(dev_name, len, GFP_KERNEL);
kstrndup         1387 fs/nfs/super.c 	*export_path = kstrndup(colon, len, GFP_KERNEL);
kstrndup         1436 fs/nfs/super.c 	*hostname = kstrndup(start, len, GFP_KERNEL);
kstrndup         1444 fs/nfs/super.c 	*export_path = kstrndup(end, len, GFP_KERNEL);
kstrndup          106 include/linux/string.h extern char *kstrndup(const char *s, size_t len, gfp_t gfp);
kstrndup           93 lib/argv_split.c 			t = kstrndup(p, str-p, gfp);
kstrndup           60 net/irda/irias_object.c 	obj->name = kstrndup(name, IAS_MAX_CLASSNAME, GFP_ATOMIC);
kstrndup          330 net/irda/irias_object.c 	attrib->name = kstrndup(name, IAS_MAX_ATTRIBNAME, GFP_ATOMIC);
kstrndup          374 net/irda/irias_object.c 	attrib->name = kstrndup(name, IAS_MAX_ATTRIBNAME, GFP_ATOMIC);
kstrndup          416 net/irda/irias_object.c 	attrib->name = kstrndup(name, IAS_MAX_ATTRIBNAME, GFP_ATOMIC);
kstrndup          476 net/irda/irias_object.c 	value->t.string = kstrndup(string, IAS_MAX_STRING, GFP_ATOMIC);
kstrndup           75 net/sched/act_simple.c 	d->tcfd_defdata = kstrndup(defdata, SIMP_MAX_DATA, GFP_KERNEL);