Home
last modified time | relevance | path

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

/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dbuffered-file.c94 s32 written_from; // if written_from <= written_to then the page needs to be written member
163 page->written_from = size; in buffered_file_cache_page_init()
187 page->written_from = page->size; in buffered_file_cache_page_update()
347 s32 page_content = page->written_to_plus_one - page->written_from; in buffered_file_cache_reclaim_page_nolock()
355 s64 write_position = page->position + page->written_from; in buffered_file_cache_reclaim_page_nolock()
1004 if(page->written_from > in_page_from) in buffered_file_write()
1006 page->written_from = in_page_from; in buffered_file_write()
1142 if(page->written_from <= page->written_to_plus_one) in buffered_file_flush()
1147 ssize_t target = page->position + page->written_from; in buffered_file_flush()
1159 size_t size = (size_t)page->written_to_plus_one - page->written_from; in buffered_file_flush()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dqcow2-cluster.c1074 unsigned written_from = m->cow_start.offset; in qcow2_alloc_cluster_link_l2() local
1078 written_from = MAX(written_from, i << s->cluster_bits); in qcow2_alloc_cluster_link_l2()
1080 assert(written_from < written_to); in qcow2_alloc_cluster_link_l2()
1081 first_sc = offset_to_sc_index(s, written_from); in qcow2_alloc_cluster_link_l2()
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dqcow2-cluster.c1074 unsigned written_from = m->cow_start.offset; in qcow2_alloc_cluster_link_l2() local
1078 written_from = MAX(written_from, i << s->cluster_bits); in qcow2_alloc_cluster_link_l2()
1080 assert(written_from < written_to); in qcow2_alloc_cluster_link_l2()
1081 first_sc = offset_to_sc_index(s, written_from); in qcow2_alloc_cluster_link_l2()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dqcow2-cluster.c1073 unsigned written_from = m->cow_start.offset; in qcow2_alloc_cluster_link_l2() local
1077 written_from = MAX(written_from, i << s->cluster_bits); in qcow2_alloc_cluster_link_l2()
1079 assert(written_from < written_to); in qcow2_alloc_cluster_link_l2()
1080 first_sc = offset_to_sc_index(s, written_from); in qcow2_alloc_cluster_link_l2()
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dqcow2-cluster.c1086 unsigned written_from = m->cow_start.offset; in qcow2_alloc_cluster_link_l2() local
1090 written_from = MAX(written_from, i << s->cluster_bits); in qcow2_alloc_cluster_link_l2()
1092 assert(written_from < written_to); in qcow2_alloc_cluster_link_l2()
1093 first_sc = offset_to_sc_index(s, written_from); in qcow2_alloc_cluster_link_l2()