Searched defs:proc_ns_operations (Results 1 – 2 of 2) sorted by relevance
3379 struct proc_ns_operations { struct3380 const char *name;3381 const char *real_ns_name;3382 int type;3383 struct ns_common * (*get)(struct task_struct *);3384 void (*put)(struct ns_common *);3385 int (*install)(struct nsset *, struct ns_common *);3386 struct user_namespace * (*owner)(struct ns_common *);3387 struct ns_common * (*get_parent)(struct ns_common *);
2950 struct proc_ns_operations { struct2951 const char *name;2952 const char *real_ns_name;2953 int type;2954 struct ns_common * (*get)(struct task_struct *);2955 void (*put)(struct ns_common *);2956 int (*install)(struct nsset *, struct ns_common *);2957 struct user_namespace * (*owner)(struct ns_common *);2958 struct ns_common * (*get_parent)(struct ns_common *);