Lines Matching refs:sectors_read
133 uint32_t *sectors_read, void *buffer, in vhdx_log_read_sectors() argument
142 *sectors_read = 0; in vhdx_log_read_sectors()
156 *sectors_read = *sectors_read + 1; in vhdx_log_read_sectors()
344 uint32_t sectors_read; in vhdx_log_read_desc() local
370 ret = vhdx_log_read_sectors(bs, log, §ors_read, desc_entries, in vhdx_log_read_desc()
375 if (sectors_read != desc_sectors) { in vhdx_log_read_desc()
495 uint32_t cnt, sectors_read; in vhdx_log_flush() local
539 ret = vhdx_log_read_sectors(bs, &logs->log, §ors_read, in vhdx_log_flush()
544 if (sectors_read != 1) { in vhdx_log_flush()
599 uint32_t sectors_read = 0; in vhdx_validate_log_entry() local
639 sectors_read = 0; in vhdx_validate_log_entry()
640 ret = vhdx_log_read_sectors(bs, log, §ors_read, buffer, in vhdx_validate_log_entry()
642 if (ret < 0 || sectors_read != 1) { in vhdx_validate_log_entry()