Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Duser_namespace.h116 extern const struct seq_operations proc_uid_seq_operations;
/Linux-v4.19/kernel/
Duser_namespace.c694 const struct seq_operations proc_uid_seq_operations = { variable
/Linux-v4.19/fs/proc/
Dbase.c2799 return proc_id_map_open(inode, file, &proc_uid_seq_operations); in proc_uid_map_open()