Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-cluster.c1409 QCowL2Meta *old_alloc; in handle_dependencies() local
1412 QLIST_FOREACH(old_alloc, &s->cluster_allocs, next_in_flight) { in handle_dependencies()
1416 uint64_t old_start = start_of_cluster(s, l2meta_cow_start(old_alloc)); in handle_dependencies()
1417 uint64_t old_end = ROUND_UP(l2meta_cow_end(old_alloc), s->cluster_size); in handle_dependencies()
1424 if (old_alloc->keep_old_clusters && in handle_dependencies()
1425 (end <= l2meta_cow_start(old_alloc) || in handle_dependencies()
1426 start >= l2meta_cow_end(old_alloc))) in handle_dependencies()
1460 qemu_co_queue_wait(&old_alloc->dependent_requests, &s->lock); in handle_dependencies()
/openbmc/linux/fs/ntfs3/
H A Dattrib.c413 u64 old_valid, old_size, old_alloc, new_alloc, new_alloc_tmp; in attr_set_size() local
457 old_alloc = le64_to_cpu(attr_b->nres.alloc_size); in attr_set_size()
460 old_alen = old_alloc >> cluster_bits; in attr_set_size()
511 if (new_alloc <= old_alloc) { in attr_set_size()
687 old_valid = old_size = old_alloc = (u64)vcn << cluster_bits; in attr_set_size()
695 (new_alloc != old_alloc && !keep_prealloc)) { in attr_set_size()
837 attr_b->nres.alloc_size = cpu_to_le64(old_alloc); in attr_set_size()