Lines Matching defs:mount
32 struct mount { struct
34 struct mount *mnt_parent; argument
35 struct dentry *mnt_mountpoint; argument
36 struct vfsmount mnt; argument
47 struct list_head mnt_mounts; /* list of children, anchored here */ argument
49 struct list_head mnt_instance; /* mount instance on sb->s_mounts */ argument
53 struct list_head mnt_share; /* circular list of shared mounts */ argument
54 struct list_head mnt_slave_list;/* list of slave mounts */ argument
56 struct mount *mnt_master; /* slave is on master->mnt_slave_list */ argument
58 struct mountpoint *mnt_mp; /* where is it mounted */ argument
59 struct hlist_node mnt_mp_list; /* list mounts with the same mountpoint */ argument
60 struct list_head mnt_umounting; /* list entry for umount propagation */ argument
65 int mnt_id; /* mount identifier */ argument
69 struct fs_pin mnt_umount; argument
70 struct dentry *mnt_ex_mountpoint; argument
75 static inline struct mount *real_mount(struct vfsmount *mnt) in real_mount() argument