Home | History | Annotate | Download | only in block

Lines Matching refs:blocks_used

308     uint64_t blocks_used = (s->free_cluster_index +
312 uint64_t table_size = next_refcount_table_size(s, blocks_used + 1);
323 table_size = next_refcount_table_size(s, blocks_used +
335 uint64_t meta_offset = (blocks_used * refcount_block_clusters) *
350 new_table[blocks_used + i] = meta_offset + (i * s->cluster_size);