Searched defs:hfsplus_sb_info (Results 1 – 1 of 1) sorted by relevance
144 struct hfsplus_sb_info { struct145 void *s_vhdr_buf;146 struct hfsplus_vh *s_vhdr;147 void *s_backup_vhdr_buf;148 struct hfsplus_vh *s_backup_vhdr;149 struct hfs_btree *ext_tree;150 struct hfs_btree *cat_tree;151 struct hfs_btree *attr_tree;152 atomic_t attr_tree_state;153 struct inode *alloc_file;[all …]