Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
mount Struct Reference

#include <mount.h>

Data Fields

struct list_head mnt_hash
 
struct mountmnt_parent
 
struct dentrymnt_mountpoint
 
struct vfsmount mnt
 
int mnt_count
 
int mnt_writers
 
struct list_head mnt_mounts
 
struct list_head mnt_child
 
struct list_head mnt_instance
 
const charmnt_devname
 
struct list_head mnt_list
 
struct list_head mnt_expire
 
struct list_head mnt_share
 
struct list_head mnt_slave_list
 
struct list_head mnt_slave
 
struct mountmnt_master
 
struct mnt_namespacemnt_ns
 
int mnt_id
 
int mnt_group_id
 
int mnt_expiry_mark
 
int mnt_pinned
 
int mnt_ghosts
 

Detailed Description

Definition at line 18 of file mount.h.

Field Documentation

Definition at line 22 of file mount.h.

struct list_head mnt_child

Definition at line 30 of file mount.h.

int mnt_count

Definition at line 26 of file mount.h.

const char* mnt_devname

Definition at line 32 of file mount.h.

struct list_head mnt_expire

Definition at line 34 of file mount.h.

int mnt_expiry_mark

Definition at line 46 of file mount.h.

int mnt_ghosts

Definition at line 48 of file mount.h.

int mnt_group_id

Definition at line 45 of file mount.h.

struct list_head mnt_hash

Definition at line 19 of file mount.h.

int mnt_id

Definition at line 44 of file mount.h.

struct list_head mnt_instance

Definition at line 31 of file mount.h.

struct list_head mnt_list

Definition at line 33 of file mount.h.

struct mount* mnt_master

Definition at line 38 of file mount.h.

struct dentry* mnt_mountpoint

Definition at line 21 of file mount.h.

struct list_head mnt_mounts

Definition at line 29 of file mount.h.

Definition at line 39 of file mount.h.

struct mount* mnt_parent

Definition at line 20 of file mount.h.

int mnt_pinned

Definition at line 47 of file mount.h.

struct list_head mnt_share

Definition at line 35 of file mount.h.

struct list_head mnt_slave

Definition at line 37 of file mount.h.

struct list_head mnt_slave_list

Definition at line 36 of file mount.h.

int mnt_writers

Definition at line 27 of file mount.h.


The documentation for this struct was generated from the following file: