Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Duser_namespace.h182 extern const struct seq_operations proc_projid_seq_operations;
/linux-6.12.1/kernel/
Duser_namespace.c727 const struct seq_operations proc_projid_seq_operations = { variable
/linux-6.12.1/fs/proc/
Dbase.c3154 return proc_id_map_open(inode, file, &proc_projid_seq_operations); in proc_projid_map_open()