Lines Matching refs:ops
33 const struct proc_ns_operations *ns_ops = ns->ops; in ns_dname()
48 ns->ops->put(ns); in nsfs_evict()
201 if (!ns->ops->get_parent) in ns_ioctl()
203 return open_related_ns(ns, ns->ops->get_parent); in ns_ioctl()
205 return ns->ops->type; in ns_ioctl()
207 if (ns->ops->type != CLONE_NEWUSER) in ns_ioctl()
217 if (ns->ops->type != CLONE_NEWNS) in ns_ioctl()
232 if (ns->ops->type != CLONE_NEWPID) in ns_ioctl()
279 if (ns->ops->type != CLONE_NEWNS) in ns_ioctl()
300 if (ns->ops->type != CLONE_NEWNS) in ns_ioctl()
384 const struct proc_ns_operations *ns_ops = ns->ops; in nsfs_show_path()
410 ns->ops->put(ns); in nsfs_put_data()
423 ctx->ops = &nsfs_ops; in nsfs_init_fs_context()