Home
last modified time | relevance | path

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

/linux/include/linux/
H A Duser_namespace.h180 extern const struct seq_operations proc_gid_seq_operations;
/linux/kernel/
H A Duser_namespace.c720 const struct seq_operations proc_gid_seq_operations = { variable
/linux/fs/proc/
H A Dbase.c3149 return proc_id_map_open(inode, file, &proc_gid_seq_operations); in proc_gid_map_open()