Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dproc_ns.h33 extern const struct proc_ns_operations mntns_operations;
/linux/kernel/
H A Dnscommon.c25 VFS_WARN_ON_ONCE(ops != &mntns_operations); in ns_debug()
/linux/fs/proc/
H A Dnamespaces.c32 &mntns_operations,
/linux/fs/
H A Dnamespace.c2095 return ns->ops == &mntns_operations; in is_mnt_ns_file()
6474 const struct proc_ns_operations mntns_operations = { variable
/linux/kernel/events/
H A Dcore.c9448 task, &mntns_operations); in perf_event_namespaces()