Release 4.12 include/linux/mnt_namespace.h
#ifndef _NAMESPACE_H_
#define _NAMESPACE_H_
#ifdef __KERNEL__
struct mnt_namespace;
struct fs_struct;
struct user_namespace;
extern struct mnt_namespace *copy_mnt_ns(unsigned long, struct mnt_namespace *,
struct user_namespace *, struct fs_struct *);
extern void put_mnt_ns(struct mnt_namespace *ns);
extern const struct file_operations proc_mounts_operations;
extern const struct file_operations proc_mountinfo_operations;
extern const struct file_operations proc_mountstats_operations;
#endif
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds | 13 | 18.06% | 1 | 7.14% |
Al Viro | 11 | 15.28% | 2 | 14.29% |
Miklos Szeredi | 9 | 12.50% | 1 | 7.14% |
Eric W. Biedermann | 9 | 12.50% | 2 | 14.29% |
Badari Pulavarty | 8 | 11.11% | 1 | 7.14% |
Andrew Morton | 6 | 8.33% | 1 | 7.14% |
Thomas 'Dent' Mirlacher | 5 | 6.94% | 1 | 7.14% |
Ram Pai | 4 | 5.56% | 1 | 7.14% |
Kirill Korotaev | 3 | 4.17% | 1 | 7.14% |
Andries E. Brouwer | 2 | 2.78% | 1 | 7.14% |
Trond Myklebust | 1 | 1.39% | 1 | 7.14% |
David Howells | 1 | 1.39% | 1 | 7.14% |
Total | 72 | 100.00% | 14 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.