Home
last modified time | relevance | path

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

/linux/include/linux/ns/ !
H A Dns_common_types.h33 extern const struct proc_ns_operations mntns_operations;
180 struct mnt_namespace *: &mntns_operations, \
/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()