Home
last modified time | relevance | path

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

/drivers/mtd/tests/
Dmtd_torturetest.c431 size_t check_len = mtd->erasesize; in report_corrupt() local
434 check_len = pgcnt * pgsize; in report_corrupt()
437 for (i = 0; i < check_len; i += pgsize) in report_corrupt()
447 for (i = 0; i < check_len; i += pgsize) { in report_corrupt()
460 (mtd->erasesize - check_len + i) / pgsize, in report_corrupt()
/drivers/target/loopback/
Dtcm_loop.c1171 goto check_len; in tcm_loop_make_scsi_hba()
1177 goto check_len; in tcm_loop_make_scsi_hba()
1188 check_len: in tcm_loop_make_scsi_hba()
/drivers/vhost/
Dscsi.c1931 goto check_len; in tcm_vhost_make_tport()
1937 goto check_len; in tcm_vhost_make_tport()
1942 goto check_len; in tcm_vhost_make_tport()
1950 check_len: in tcm_vhost_make_tport()
/drivers/s390/net/
Dctcm_fsms.c365 int check_len; in chx_rx() local
392 check_len = block_len + 2; in chx_rx()
395 check_len = block_len; in chx_rx()
398 if ((len < block_len) || (len > check_len)) { in chx_rx()