Searched refs:amount_left (Results 1 – 1 of 1) sorted by relevance
618 u32 amount_left; in do_read() local649 amount_left = common->data_size_from_cmnd; in do_read()650 if (unlikely(amount_left == 0)) in do_read()660 amount = min(amount_left, FSG_BUFLEN); in do_read()703 amount_left -= nread; in do_read()723 if (amount_left == 0) in do_read()959 u32 amount_left; in do_verify() local987 amount_left = verification_length << curlun->blkbits; in do_verify()1000 while (amount_left > 0) { in do_verify()1007 amount = min(amount_left, FSG_BUFLEN); in do_verify()[all …]