Home
last modified time | relevance | path

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

/linux/drivers/target/tcm_remote/
H A Dtcm_remote.c170 goto check_len; in tcm_remote_make_wwn()
176 goto check_len; in tcm_remote_make_wwn()
182 goto check_len; in tcm_remote_make_wwn()
193 check_len: in tcm_remote_make_wwn()
/linux/drivers/mtd/tests/
H A 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()
/linux/crypto/asymmetric_keys/
H A Dverify_pefile.c179 goto check_len; in pefile_strip_sig_wrapper()
184 goto check_len; in pefile_strip_sig_wrapper()
187 goto check_len; in pefile_strip_sig_wrapper()
194 check_len: in pefile_strip_sig_wrapper()
/linux/kernel/kcsan/
H A Dcore.c1333 size_t check_len = min_t(size_t, count, MAX_ENCODABLE_SIZE); in __tsan_memset() local
1335 check_access(s, check_len, KCSAN_ACCESS_WRITE, _RET_IP_); in __tsan_memset()
1347 size_t check_len = min_t(size_t, len, MAX_ENCODABLE_SIZE); in __tsan_memmove() local
1349 check_access(dst, check_len, KCSAN_ACCESS_WRITE, _RET_IP_); in __tsan_memmove()
1350 check_access(src, check_len, 0, _RET_IP_); in __tsan_memmove()
1362 size_t check_len = min_t(size_t, len, MAX_ENCODABLE_SIZE); in __tsan_memcpy() local
1364 check_access(dst, check_len, KCSAN_ACCESS_WRITE, _RET_IP_); in __tsan_memcpy()
1365 check_access(src, check_len, 0, _RET_IP_); in __tsan_memcpy()
/linux/drivers/target/loopback/
H A Dtcm_loop.c1003 goto check_len; in tcm_loop_make_scsi_hba()
1009 goto check_len; in tcm_loop_make_scsi_hba()
1020 check_len: in tcm_loop_make_scsi_hba()
/linux/fs/ubifs/
H A Drecovery.c404 int empty_offs, check_len; in is_last_write() local
412 check_len = c->leb_size - empty_offs; in is_last_write()
414 return is_empty(p, check_len); in is_last_write()
/linux/drivers/xen/
H A Dxen-scsiback.c1366 goto check_len; in scsiback_make_tport()
1372 goto check_len; in scsiback_make_tport()
1377 goto check_len; in scsiback_make_tport()
1384 check_len: in scsiback_make_tport()
/linux/drivers/s390/net/
H A 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()
/linux/drivers/vhost/
H A Dscsi.c2530 goto check_len; in vhost_scsi_make_tport()
2536 goto check_len; in vhost_scsi_make_tport()
2541 goto check_len; in vhost_scsi_make_tport()
2549 check_len: in vhost_scsi_make_tport()