Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dpreallocate.c64 int64_t zero_start; member
152 s->file_end = s->zero_start = s->data_end = -EINVAL; in preallocate_open()
308 assert(s->zero_start < 0); in has_prealloc_perms()
357 if (s->zero_start < 0 || !want_merge_zero) { in handle_write()
358 s->zero_start = end; in handle_write()
372 return want_merge_zero && offset >= s->zero_start; in handle_write()
479 s->file_end = s->zero_start = s->data_end = ret; in preallocate_co_truncate()
484 s->file_end = s->zero_start = s->data_end = offset; in preallocate_co_truncate()
507 s->file_end = s->zero_start = s->data_end = ret; in preallocate_co_getlength()
538 s->data_end = s->file_end = s->zero_start = -EINVAL; in preallocate_drop_resize()
[all …]
/openbmc/qemu/include/hw/
H A Delf_ops.h.inc468 elf_word zero_start = ph->p_paddr + file_size;
479 zero_start >= other_end)) {