Home
last modified time | relevance | path

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

/linux/fs/
H A Dnsfs.c47 const struct proc_ns_operations *ns_ops = ns->ops; in ns_dname() local
50 ns_ops->name, inode->i_ino); in ns_dname()
80 const struct proc_ns_operations *ns_ops; member
88 return args->ns_ops->get(args->task); in ns_get_path_task()
92 const struct proc_ns_operations *ns_ops) in ns_get_path() argument
95 .ns_ops = ns_ops, in ns_get_path()
371 const struct proc_ns_operations *ns_ops) in ns_get_name() argument
376 ns = ns_ops->get(task); in ns_get_name()
378 name = ns_ops->real_ns_name ? : ns_ops->name; in ns_get_name()
380 ns_ops->put(ns); in ns_get_name()
[all …]
/linux/include/linux/
H A Dnsfs.h16 const struct proc_ns_operations *ns_ops);
24 const struct proc_ns_operations *ns_ops);
/linux/lib/
H A Dkobject.c32 const struct kobj_ns_type_operations *ns_ops = kobj_ns_ops(kobj); in kobject_namespace() local
34 if (!ns_ops || ns_ops->type == KOBJ_NS_TYPE_NONE) in kobject_namespace()
/linux/fs/proc/
H A Dinode.c67 ei->ns_ops = NULL; in proc_alloc_inode()
/linux/kernel/events/
H A Dcore.c9446 const struct proc_ns_operations *ns_ops) in perf_fill_ns_link_info() argument
9452 error = ns_get_path(&ns_path, task, ns_ops); in perf_fill_ns_link_info()