Lines Matching refs:log_size
1518 uint32_t log_size) in vhdx_create_new_headers() argument
1533 hdr->log_length = log_size; in vhdx_create_new_headers()
1797 uint32_t log_size, bool use_zero_blocks, in vhdx_create_new_region_table() argument
1845 rt_bat->file_offset = ROUND_UP(VHDX_HEADER_SECTION_END + log_size, MiB); in vhdx_create_new_region_table()
1920 uint32_t log_size; in vhdx_co_create() local
1941 log_size = DEFAULT_LOG_SIZE; in vhdx_co_create()
1943 if (vhdx_opts->log_size > UINT32_MAX) { in vhdx_co_create()
1947 log_size = vhdx_opts->log_size; in vhdx_co_create()
1949 if (log_size < MiB || (log_size % MiB) != 0) { in vhdx_co_create()
2043 ret = vhdx_create_new_headers(blk, image_size, log_size); in vhdx_co_create()
2051 log_size, use_zero_blocks, image_type, in vhdx_co_create()
2138 create_options->u.vhdx.log_size = in vhdx_co_create_opts()
2139 ROUND_UP(create_options->u.vhdx.log_size, MiB); in vhdx_co_create_opts()