Home
last modified time | relevance | path

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

/qemu/block/
H A Dvhdx-log.c773 if (s->log.offset < VHDX_LOG_MIN_SIZE || in vhdx_parse_log()
774 s->log.offset % VHDX_LOG_MIN_SIZE) { in vhdx_parse_log()
795 if (hdr->log_length % VHDX_LOG_MIN_SIZE) { in vhdx_parse_log()
H A Dvhdx.h162 #define VHDX_LOG_MIN_SIZE (1 * MiB) macro