Home
last modified time | relevance | path

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

/linux/include/linux/ns/ !
H A Dns_common_types.h40 extern const struct proc_ns_operations utsns_operations;
185 struct uts_namespace *: (IS_ENABLED(CONFIG_UTS_NS) ? &utsns_operations : NULL))
/linux/include/linux/ !
H A Dproc_ns.h28 extern const struct proc_ns_operations utsns_operations;
/linux/kernel/ !
H A Dnscommon.c49 VFS_WARN_ON_ONCE(ops != &utsns_operations); in ns_debug()
H A Dutsname.c147 const struct proc_ns_operations utsns_operations = { variable
/linux/fs/proc/ !
H A Dnamespaces.c20 &utsns_operations,
/linux/kernel/events/ !
H A Dcore.c9460 task, &utsns_operations); in perf_event_namespaces()