Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
mount.h File Reference
#include <linux/mount.h>
#include <linux/seq_file.h>
#include <linux/poll.h>

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
 

Macro Definition Documentation

#define MNT_NS_INTERNAL   ERR_PTR(-EINVAL) /* distinct from any mnt_namespace */

Definition at line 51 of file mount.h.

#define proc_mounts (   p)    (container_of((p), struct proc_mounts, m))

Definition at line 83 of file mount.h.

Function Documentation

struct mount* __lookup_mnt ( struct vfsmount ,
struct dentry ,
int   
)
read

Definition at line 553 of file namespace.c.

Variable Documentation