Home
last modified time | relevance | path

Searched refs:name_to_int (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/proc/
H A Dutil.c4 unsigned name_to_int(const struct qstr *qstr) in name_to_int() function
H A Dinternal.h136 unsigned name_to_int(const struct qstr *qstr);
H A Dfd.c211 struct fd_data data = {.fd = name_to_int(&dentry->d_name)}; in proc_lookupfd_common()
H A Dgeneric.c422 if (*parent == &proc_root && name_to_int(&qstr) != ~0U) { in __proc_create()
H A Dbase.c3615 tgid = name_to_int(&dentry->d_name); in proc_pid_lookup()
3928 tid = name_to_int(&dentry->d_name); in proc_task_lookup()
/kernel/linux/linux-6.6/fs/proc/
H A Dutil.c4 unsigned name_to_int(const struct qstr *qstr) in name_to_int() function
H A Dinternal.h136 unsigned name_to_int(const struct qstr *qstr);
H A Dfd.c226 struct fd_data data = {.fd = name_to_int(&dentry->d_name)}; in proc_lookupfd_common()
H A Dgeneric.c416 if (*parent == &proc_root && name_to_int(&qstr) != ~0U) { in __proc_create()
H A Dbase.c3643 tgid = name_to_int(&dentry->d_name); in proc_pid_lookup()
3961 tid = name_to_int(&dentry->d_name); in proc_task_lookup()

Completed in 15 milliseconds