Lines Matching defs:mount
35 struct mount { struct
37 struct mount *mnt_parent; argument
38 struct dentry *mnt_mountpoint; argument
39 struct vfsmount mnt; argument
50 struct list_head mnt_mounts; /* list of children, anchored here */ argument
52 struct list_head mnt_instance; /* mount instance on sb->s_mounts */ argument
59 struct list_head mnt_share; /* circular list of shared mounts */ argument
60 struct list_head mnt_slave_list;/* list of slave mounts */ argument
62 struct mount *mnt_master; /* slave is on master->mnt_slave_list */ argument
64 struct mountpoint *mnt_mp; /* where is it mounted */ argument
69 struct list_head mnt_umounting; /* list entry for umount propagation */ argument
74 int mnt_id; /* mount identifier, reused */ argument
75 u64 mnt_id_unique; /* mount ID unique until reboot */ argument
84 static inline struct mount *real_mount(struct vfsmount *mnt) in real_mount() argument