Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Duser_namespace.h170 extern const struct seq_operations proc_gid_seq_operations;
/Linux-v6.6/kernel/
Duser_namespace.c717 const struct seq_operations proc_gid_seq_operations = { variable
/Linux-v6.6/fs/proc/
Dbase.c3084 return proc_id_map_open(inode, file, &proc_gid_seq_operations); in proc_gid_map_open()