Searched refs:VHDX_LOG_MIN_SIZE (Results 1 – 2 of 2) sorted by relevance
773 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()
162 #define VHDX_LOG_MIN_SIZE (1 * MiB) macro