Lines Matching refs:ns_ops
29 const struct proc_ns_operations *ns_ops = dentry->d_fsdata; in ns_dname() local
32 ns_ops->name, inode->i_ino); in ns_dname()
125 const struct proc_ns_operations *ns_ops; member
133 return args->ns_ops->get(args->task); in ns_get_path_task()
137 const struct proc_ns_operations *ns_ops) in ns_get_path() argument
140 .ns_ops = ns_ops, in ns_get_path()
218 const struct proc_ns_operations *ns_ops) in ns_get_name() argument
223 ns = ns_ops->get(task); in ns_get_name()
225 name = ns_ops->real_ns_name ? : ns_ops->name; in ns_get_name()
227 ns_ops->put(ns); in ns_get_name()
272 const struct proc_ns_operations *ns_ops = dentry->d_fsdata; in nsfs_show_path() local
274 seq_printf(seq, "%s:[%lu]", ns_ops->name, inode->i_ino); in nsfs_show_path()