Function check_lba_range

Source
fn check_lba_range(
    last_lba: u64,
    lba: u64,
    xfer_blocks: usize,
) -> Result<(), ExecuteError>