Home
last modified time | relevance | path

Searched refs:name_to_int (Results 1 – 3 of 3) sorted by relevance

/linux/fs/proc/
H A Dutil.c4 unsigned name_to_int(const struct qstr *qstr) in name_to_int() function
H A Dinternal.h158 unsigned name_to_int(const struct qstr *qstr);
H A Dgeneric.c448 if (*parent == &proc_root && name_to_int(&qstr) != ~0U) { in __proc_create()