Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dproc_ns.h33 extern const struct proc_ns_operations mntns_operations;
/linux-6.15/fs/proc/
H A Dnamespaces.c32 &mntns_operations,
/linux-6.15/fs/
H A Dnamespace.c2194 return ns->ops == &mntns_operations; in is_mnt_ns_file()
4276 new_ns->ns.ops = &mntns_operations; in alloc_mnt_ns()
6483 const struct proc_ns_operations mntns_operations = { variable
/linux-6.15/kernel/events/
H A Dcore.c8997 task, &mntns_operations); in perf_event_namespaces()