Searched defs:proc_ns_operations (Results 1 – 7 of 7) sorted by relevance
9157 struct proc_ns_operations { struct9158 const char *name;9159 const char *real_ns_name;9160 int type;9161 struct ns_common * (*get)(struct task_struct *);9162 void (*put)(struct ns_common *);9163 int (*install)(struct nsset *, struct ns_common *);9164 struct user_namespace * (*owner)(struct ns_common *);9165 struct ns_common * (*get_parent)(struct ns_common *);
7518 struct proc_ns_operations { struct7519 const char *name;7520 const char *real_ns_name;7521 int type;7522 struct ns_common * (*get)(struct task_struct *);7523 void (*put)(struct ns_common *);7524 int (*install)(struct nsset *, struct ns_common *);7525 struct user_namespace * (*owner)(struct ns_common *);7526 struct ns_common * (*get_parent)(struct ns_common *);
6400 struct proc_ns_operations { struct6401 const char *name;6402 const char *real_ns_name;6403 int type;6404 struct ns_common * (*get)(struct task_struct *);6405 void (*put)(struct ns_common *);6406 int (*install)(struct nsset *, struct ns_common *);6407 struct user_namespace * (*owner)(struct ns_common *);6408 struct ns_common * (*get_parent)(struct ns_common *);
8531 struct proc_ns_operations { struct8532 const char *name;8533 const char *real_ns_name;8534 int type;8535 struct ns_common * (*get)(struct task_struct *);8536 void (*put)(struct ns_common *);8537 int (*install)(struct nsproxy *, struct ns_common *);8538 struct user_namespace * (*owner)(struct ns_common *);8539 struct ns_common * (*get_parent)(struct ns_common *);