Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libstorage/src/
Dlib.rs559 let blk_count = SafeNum::from(buffer.len()) / block_size; in check_range() localVariable
560 match u64::try_from(blk_offset + blk_count)? <= blk_io.num_blocks() { in check_range()