| #include <linux/seq_file.h> |
| struct seq_file m; /* must be the first element */ |
| struct mnt_namespace *ns; |
| extern struct mnt_namespace *create_mnt_ns(struct vfsmount *mnt); |
| extern struct mnt_namespace *copy_mnt_ns(unsigned long, struct mnt_namespace *, |
| extern void put_mnt_ns(struct mnt_namespace *ns); |
| static inline void get_mnt_ns(struct mnt_namespace *ns) |
| extern const struct seq_operations mounts_op; |
| extern const struct seq_operations mountinfo_op; |
| extern const struct seq_operations mountstats_op; |
| extern int mnt_had_events(struct proc_mounts *); |