name_to_int      3249 fs/proc/base.c 	tgid = name_to_int(&dentry->d_name);
name_to_int      3547 fs/proc/base.c 	tid = name_to_int(&dentry->d_name);
name_to_int       211 fs/proc/fd.c   	struct fd_data data = {.fd = name_to_int(&dentry->d_name)};
name_to_int       400 fs/proc/generic.c 	if (*parent == &proc_root && name_to_int(&qstr) != ~0U) {
name_to_int       127 fs/proc/internal.h unsigned name_to_int(const struct qstr *qstr);