Searched defs:mount_info (Results 1 – 2 of 2) sorted by relevance
128 struct mount_info { struct129 struct super_block *mi_sb;131 struct path mi_backing_dir_path;133 struct dentry *mi_index_dir;136 bool mi_index_free;138 struct dentry *mi_incomplete_dir;141 bool mi_incomplete_free;143 const struct cred *mi_owner;145 struct mount_options mi_options;148 struct mutex mi_dir_struct_mutex;[all …]
264 long mount_info[10]; member