Searched refs:proc_mounts_operations (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | mnt_namespace.h | 16 extern const struct file_operations proc_mounts_operations;
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | mnt_namespace.h | 16 extern const struct file_operations proc_mounts_operations;
|
/kernel/linux/linux-5.10/fs/ |
H A D | proc_namespace.c | 321 const struct file_operations proc_mounts_operations = { variable
|
/kernel/linux/linux-6.6/fs/ |
H A D | proc_namespace.c | 324 const struct file_operations proc_mounts_operations = { variable
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | base.c | 3445 REG("mounts", S_IRUGO, proc_mounts_operations), 3799 REG("mounts", S_IRUGO, proc_mounts_operations),
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | base.c | 3469 REG("mounts", S_IRUGO, proc_mounts_operations), 3828 REG("mounts", S_IRUGO, proc_mounts_operations),
|
Completed in 11 milliseconds