Home | History | Annotate | Download | only in block

Lines Matching refs:be32_to_cpu

169     checksum = be32_to_cpu(footer->checksum);
191 s->block_size = be32_to_cpu(dyndisk_header->block_size);
194 s->max_table_entries = be32_to_cpu(dyndisk_header->max_table_entries);
360 bat_value = be32_to_cpu(s->pagetable[index]);
535 footer->features = be32_to_cpu(0x02);
536 footer->version = be32_to_cpu(0x00010000);
538 footer->timestamp = be32_to_cpu(time(NULL) - VHD_TIMESTAMP_BASE);
551 footer->type = be32_to_cpu(VHD_DYNAMIC);
555 footer->checksum = be32_to_cpu(vpc_checksum(buf, HEADER_SIZE));
586 dyndisk_header->version = be32_to_cpu(0x00010000);
587 dyndisk_header->block_size = be32_to_cpu(block_size);
588 dyndisk_header->max_table_entries = be32_to_cpu(num_bat_entries);
590 dyndisk_header->checksum = be32_to_cpu(vpc_checksum(buf, 1024));