Lines Matching refs:ns_ops
25 const struct proc_ns_operations *ns_ops = dentry->d_fsdata; in ns_dname() local
28 ns_ops->name, inode->i_ino); in ns_dname()
124 const struct proc_ns_operations *ns_ops; member
132 return args->ns_ops->get(args->task); in ns_get_path_task()
136 const struct proc_ns_operations *ns_ops) in ns_get_path() argument
139 .ns_ops = ns_ops, in ns_get_path()
219 const struct proc_ns_operations *ns_ops) in ns_get_name() argument
224 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()
254 const struct proc_ns_operations *ns_ops = dentry->d_fsdata; in nsfs_show_path() local
256 seq_printf(seq, "%s:[%lu]", ns_ops->name, inode->i_ino); in nsfs_show_path()