Searched refs:amount_left (Results 1 – 1 of 1) sorted by relevance
595 u32 amount_left; in do_read() local629 amount_left = common->data_size_from_cmnd; in do_read()630 if (unlikely(amount_left == 0)) in do_read()640 amount = min(amount_left, FSG_BUFLEN); in do_read()683 amount_left -= nread; in do_read()703 if (amount_left == 0) in do_read()942 u32 amount_left; in do_verify() local970 amount_left = verification_length << curlun->blkbits; in do_verify()983 while (amount_left > 0) { in do_verify()990 amount = min(amount_left, FSG_BUFLEN); in do_verify()[all …]