Lines Matching defs:hfsplus_vh
103 struct hfsplus_vh { struct
104 __be16 signature;
105 __be16 version;
106 __be32 attributes;
107 __be32 last_mount_vers;
108 u32 reserved;
110 __be32 create_date;
111 __be32 modify_date;
112 __be32 backup_date;
113 __be32 checked_date;
115 __be32 file_count;
116 __be32 folder_count;
118 __be32 blocksize;
119 __be32 total_blocks;
120 __be32 free_blocks;
122 __be32 next_alloc;
123 __be32 rsrc_clump_sz;
124 __be32 data_clump_sz;
125 hfsplus_cnid next_cnid;
127 __be32 write_count;
128 __be64 encodings_bmp;
130 u32 finder_info[8];
132 struct hfsplus_fork_raw alloc_file;
133 struct hfsplus_fork_raw ext_file;
134 struct hfsplus_fork_raw cat_file;
135 struct hfsplus_fork_raw attr_file;
136 struct hfsplus_fork_raw start_file;