Searched refs:ns_ops (Results 1 – 7 of 7) sorted by relevance
30 const struct proc_ns_operations *ns_ops = dentry->d_fsdata; in ns_dname() local33 ns_ops->name, inode->i_ino); in ns_dname()126 const struct proc_ns_operations *ns_ops; member134 return args->ns_ops->get(args->task); in ns_get_path_task()138 const struct proc_ns_operations *ns_ops) in ns_get_path() argument141 .ns_ops = ns_ops, in ns_get_path()219 const struct proc_ns_operations *ns_ops) in ns_get_name() argument224 ns = ns_ops->get(task); in ns_get_name()226 name = ns_ops->real_ns_name ? : ns_ops->name; in ns_get_name()228 ns_ops->put(ns); in ns_get_name()[all …]
46 const struct proc_ns_operations *ns_ops = PROC_I(inode)->ns_ops; in proc_ns_get_link() local61 error = ns_get_path(&ns_path, task, ns_ops); in proc_ns_get_link()74 const struct proc_ns_operations *ns_ops = PROC_I(inode)->ns_ops; in proc_ns_readlink() local84 res = ns_get_name(name, sizeof(name), task, ns_ops); in proc_ns_readlink()101 const struct proc_ns_operations *ns_ops = ptr; in proc_ns_instantiate() local111 ei->ns_ops = ns_ops; in proc_ns_instantiate()
106 const struct proc_ns_operations *ns_ops; member
77 ei->ns_ops = NULL; in proc_alloc_inode()
78 const struct proc_ns_operations *ns_ops);86 const struct proc_ns_operations *ns_ops);
30 const struct kobj_ns_type_operations *ns_ops = kobj_ns_ops(kobj); in kobject_namespace() local32 if (!ns_ops || ns_ops->type == KOBJ_NS_TYPE_NONE) in kobject_namespace()
8343 const struct proc_ns_operations *ns_ops) in perf_fill_ns_link_info() argument8349 error = ns_get_path(&ns_path, task, ns_ops); in perf_fill_ns_link_info()
Completed in 36 milliseconds