Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | mnt_namespace |
struct | mnt_pcp |
struct | mount |
struct | proc_mounts |
Macros | |
#define | MNT_NS_INTERNAL ERR_PTR(-EINVAL) /* distinct from any mnt_namespace */ |
#define | proc_mounts(p) (container_of((p), struct proc_mounts, m)) |
Functions | |
struct mount * | __lookup_mnt (struct vfsmount *, struct dentry *, int) |
Variables | |
struct seq_operations | mounts_op |
#define MNT_NS_INTERNAL ERR_PTR(-EINVAL) /* distinct from any mnt_namespace */ |
#define proc_mounts | ( | p | ) | (container_of((p), struct proc_mounts, m)) |
Definition at line 553 of file namespace.c.
struct seq_operations mounts_op |