Searched refs:cluster_bits (Results 1 – 2 of 2) sorted by relevance
64 uint8_t cluster_bits; member92 int cluster_bits; /*Determines length of cluster as member
393 l1_index = offset >> (s->l2_bits + s->cluster_bits); in get_cluster_offset()527 l2_index = (offset >> s->cluster_bits) & (s->l2_size - 1); in get_cluster_offset()591 << (63 - s->cluster_bits); in get_cluster_offset()666 csize = cluster_offset >> (63 - s->cluster_bits); in decompress_cluster()745 shift = s->cluster_bits + s->l2_bits; in tdqcow_load_l1_table()910 if (header.size <= 1 || header.cluster_bits < 9) in tdqcow_open()917 s->cluster_bits = header.cluster_bits; in tdqcow_open()918 s->cluster_size = 1 << s->cluster_bits; in tdqcow_open()919 s->cluster_sectors = 1 << (s->cluster_bits - 9); in tdqcow_open()1256 header.cluster_bits = 12; /* 4 KB clusters */ in qcow_create()[all …]
Completed in 5 milliseconds