Home
last modified time | relevance | path

Searched refs:avail_bytes (Results 1 – 1 of 1) sorted by relevance

/qemu/block/
H A Dqcow2-cluster.c1736 int avail_bytes = nb_clusters << s->cluster_bits; in handle_alloc() local
1737 int nb_bytes = MIN(requested_bytes, avail_bytes); in handle_alloc()