Lines Matching defs:mount
33 struct mount { struct
35 struct mount *mnt_parent; argument
36 struct dentry *mnt_mountpoint; argument
37 struct vfsmount mnt; argument
48 struct list_head mnt_mounts; /* list of children, anchored here */ argument
50 struct list_head mnt_instance; /* mount instance on sb->s_mounts */ argument
57 struct list_head mnt_share; /* circular list of shared mounts */ argument
58 struct list_head mnt_slave_list;/* list of slave mounts */ argument
60 struct mount *mnt_master; /* slave is on master->mnt_slave_list */ argument
62 struct mountpoint *mnt_mp; /* where is it mounted */ argument
67 struct list_head mnt_umounting; /* list entry for umount propagation */ argument
72 int mnt_id; /* mount identifier, reused */ argument
73 u64 mnt_id_unique; /* mount ID unique until reboot */ argument
82 static inline struct mount *real_mount(struct vfsmount *mnt) in real_mount() argument