Lines Matching refs:ns_ops
26 const struct proc_ns_operations *ns_ops = dentry->d_fsdata; in ns_dname() local
29 ns_ops->name, inode->i_ino); in ns_dname()
123 const struct proc_ns_operations *ns_ops; member
131 return args->ns_ops->get(args->task); in ns_get_path_task()
135 const struct proc_ns_operations *ns_ops) in ns_get_path() argument
138 .ns_ops = ns_ops, in ns_get_path()
216 const struct proc_ns_operations *ns_ops) in ns_get_name() argument
221 ns = ns_ops->get(task); in ns_get_name()
223 name = ns_ops->real_ns_name ? : ns_ops->name; in ns_get_name()
225 ns_ops->put(ns); in ns_get_name()
251 const struct proc_ns_operations *ns_ops = dentry->d_fsdata; in nsfs_show_path() local
253 seq_printf(seq, "%s:[%lu]", ns_ops->name, inode->i_ino); in nsfs_show_path()