Searched refs:amount_left (Results 1 – 2 of 2) sorted by relevance
691 u32 amount_left; in do_read() local719 amount_left = common->data_size_from_cmnd; in do_read()720 if (unlikely(amount_left == 0)) in do_read()733 amount = min(amount_left, FSG_BUFLEN); in do_read()782 amount_left -= nread; in do_read()794 if (amount_left == 0) in do_read()1006 u32 amount_left; in do_verify() local1031 amount_left = verification_length << 9; in do_verify()1037 while (amount_left > 0) { in do_verify()1045 amount = min(amount_left, FSG_BUFLEN); in do_verify()[all …]
626 u32 amount_left; in do_read() local657 amount_left = common->data_size_from_cmnd; in do_read()658 if (unlikely(amount_left == 0)) in do_read()668 amount = min(amount_left, FSG_BUFLEN); in do_read()711 amount_left -= nread; in do_read()731 if (amount_left == 0) in do_read()967 u32 amount_left; in do_verify() local995 amount_left = verification_length << curlun->blkbits; in do_verify()1008 while (amount_left > 0) { in do_verify()1015 amount = min(amount_left, FSG_BUFLEN); in do_verify()[all …]