Home
last modified time | relevance | path

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

/qemu/hw/block/dataplane/
H A Dxen-block.c330 uint64_t sec_count = nr_sectors; in xen_block_split_discard() local
333 if (sec_start + sec_count < sec_count || in xen_block_split_discard()
334 sec_start + sec_count > INT64_MAX / dataplane->sector_size) { in xen_block_split_discard()
339 byte_remaining = sec_count * dataplane->sector_size; in xen_block_split_discard()