Lines Matching refs:vh
219 if (hfslib_read_volume_header(buffer, &(out_vol->vh)) == 0)
226 switch(out_vol->vh.signature) {
252 out_vol->vh.catalog_file.extents[0].start_block *
253 (uint64_t)out_vol->vh.block_size, cbargs) != 0)
288 out_vol->vh.extents_file.extents[0].start_block *
289 (uint64_t)out_vol->vh.block_size, cbargs) != 0)
303 if (out_vol->vh.attributes & (1<<HFS_VOL_JOURNALED)) {
311 out_vol->vh.journal_info_block * out_vol->vh.block_size,
807 fork = in_vol->vh.catalog_file;
811 fork = in_vol->vh.extents_file;
815 fork = in_vol->vh.allocation_file;
819 fork = in_vol->vh.attributes_file;
823 fork = in_vol->vh.startup_file;
1111 if (!(in_vol->vh.attributes & (1<<HFS_VOL_JOURNALED)))
2166 ext_length = in_extents[i].block_count * in_vol->vh.block_size;
2177 * in_vol->vh.block_size, cbargs);