Lines Matching defs:hfsplus_vh
104 struct hfsplus_vh { struct
105 __be16 signature;
106 __be16 version;
107 __be32 attributes;
108 __be32 last_mount_vers;
109 u32 reserved;
111 __be32 create_date;
112 __be32 modify_date;
113 __be32 backup_date;
114 __be32 checked_date;
116 __be32 file_count;
117 __be32 folder_count;
119 __be32 blocksize;
120 __be32 total_blocks;
121 __be32 free_blocks;
123 __be32 next_alloc;
124 __be32 rsrc_clump_sz;
125 __be32 data_clump_sz;
126 hfsplus_cnid next_cnid;
128 __be32 write_count;
129 __be64 encodings_bmp;
131 u32 finder_info[8];
133 struct hfsplus_fork_raw alloc_file;
134 struct hfsplus_fork_raw ext_file;
135 struct hfsplus_fork_raw cat_file;
136 struct hfsplus_fork_raw attr_file;
137 struct hfsplus_fork_raw start_file;