Lines Matching defs:hfsplus_vh
93 struct hfsplus_vh { struct
94 __be16 signature;
95 __be16 version;
96 __be32 attributes;
97 __be32 last_mount_vers;
98 u32 reserved;
100 __be32 create_date;
101 __be32 modify_date;
102 __be32 backup_date;
103 __be32 checked_date;
105 __be32 file_count;
106 __be32 folder_count;
108 __be32 blocksize;
109 __be32 total_blocks;
110 __be32 free_blocks;
112 __be32 next_alloc;
113 __be32 rsrc_clump_sz;
114 __be32 data_clump_sz;
115 hfsplus_cnid next_cnid;
117 __be32 write_count;
118 __be64 encodings_bmp;
120 u8 finder_info[32];
122 struct hfsplus_fork_raw alloc_file;
123 struct hfsplus_fork_raw ext_file;
124 struct hfsplus_fork_raw cat_file;
125 struct hfsplus_fork_raw attr_file;
126 struct hfsplus_fork_raw start_file;