Home
last modified time | relevance | path

Searched refs:mntns_operations (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dns_common.h35 extern const struct proc_ns_operations mntns_operations;
104 struct mnt_namespace *: &mntns_operations, \
H A Dproc_ns.h33 extern const struct proc_ns_operations mntns_operations;
/linux/kernel/
H A Dnscommon.c22 VFS_WARN_ON_ONCE(ops != &mntns_operations); in ns_debug()
/linux/fs/proc/
H A Dnamespaces.c32 &mntns_operations,
/linux/fs/
H A Dnamespace.c2094 return ns->ops == &mntns_operations; in is_mnt_ns_file()
5989 .ns.ops = &mntns_operations,
6295 const struct proc_ns_operations mntns_operations = { variable
/linux/kernel/events/
H A Dcore.c9140 task, &mntns_operations); in perf_event_namespaces()