Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Duser_namespace.h171 extern const struct seq_operations proc_projid_seq_operations;
/openbmc/linux/kernel/
H A Duser_namespace.c724 const struct seq_operations proc_projid_seq_operations = { variable
/openbmc/linux/fs/proc/
H A Dbase.c3089 return proc_id_map_open(inode, file, &proc_projid_seq_operations); in proc_projid_map_open()