Lines Matching refs:ns_ops
33 const struct proc_ns_operations *ns_ops = ns->ops; in ns_dname() local
36 ns_ops->name, inode->i_ino); in ns_dname()
65 const struct proc_ns_operations *ns_ops; member
73 return args->ns_ops->get(args->task); in ns_get_path_task()
77 const struct proc_ns_operations *ns_ops) in ns_get_path() argument
80 .ns_ops = ns_ops, in ns_get_path()
321 const struct proc_ns_operations *ns_ops) in ns_get_name() argument
326 ns = ns_ops->get(task); in ns_get_name()
328 name = ns_ops->real_ns_name ? : ns_ops->name; in ns_get_name()
330 ns_ops->put(ns); in ns_get_name()
358 const struct proc_ns_operations *ns_ops = ns->ops; in nsfs_show_path() local
360 seq_printf(seq, "%s:[%lu]", ns_ops->name, inode->i_ino); in nsfs_show_path()