Home
last modified time | relevance | path

Searched defs:mount_info (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/fs/incfs/
H A Ddata_mgmt.h128 struct mount_info { struct
129 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 …]
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dosf_sys.c264 long mount_info[10]; member