Home
last modified time | relevance | path

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

/drivers/mtd/tests/
Dtorturetest.c376 size_t check_len = mtd->erasesize; in report_corrupt() local
379 check_len = pgcnt * pgsize; in report_corrupt()
382 for (i = 0; i < check_len; i += pgsize) in report_corrupt()
392 for (i = 0; i < check_len; i += pgsize) { in report_corrupt()
405 (mtd->erasesize - check_len + i) / pgsize, in report_corrupt()
/drivers/target/loopback/
Dtcm_loop.c1044 goto check_len; in tcm_loop_make_scsi_hba()
1050 goto check_len; in tcm_loop_make_scsi_hba()
1061 check_len: in tcm_loop_make_scsi_hba()
/drivers/xen/
Dxen-scsiback.c1303 goto check_len; in scsiback_make_tport()
1309 goto check_len; in scsiback_make_tport()
1314 goto check_len; in scsiback_make_tport()
1321 check_len: in scsiback_make_tport()
/drivers/vhost/
Dscsi.c2347 goto check_len; in vhost_scsi_make_tport()
2353 goto check_len; in vhost_scsi_make_tport()
2358 goto check_len; in vhost_scsi_make_tport()
2366 check_len: in vhost_scsi_make_tport()
/drivers/s390/net/
Dctcm_fsms.c363 int check_len; in chx_rx() local
390 check_len = block_len + 2; in chx_rx()
393 check_len = block_len; in chx_rx()
396 if ((len < block_len) || (len > check_len)) { in chx_rx()