Home | History | Annotate | Download | only in block

Lines Matching full:table_clusters

316         uint64_t table_clusters = size_to_clusters(s, table_size);
318 ((table_clusters + refcount_block_clusters - 1)
320 uint64_t meta_clusters = table_clusters + blocks_clusters;
354 uint64_t table_clusters = size_to_clusters(s, table_size * sizeof(uint64_t));
356 for (i = 0; i < table_clusters + blocks_clusters; i++) {
388 cpu_to_be32w((uint32_t*)(data + 8), table_clusters);