/linux/fs/nfs/ |
H A D | nfsroot.c | 229 const size_t tmplen = sizeof(nfs_export_path); in root_nfs_data() local 231 tmp = kzalloc(tmplen, GFP_KERNEL); in root_nfs_data() 239 if (root_nfs_parse_options(root_server_path, tmp, tmplen)) in root_nfs_data() 245 if (root_nfs_parse_options(cmdline, tmp, tmplen)) in root_nfs_data()
|
/linux/drivers/mmc/host/ |
H A D | sdhci-of-ma35d1.c | 75 int tmplen, offset; in ma35_adma_write_desc() local 83 tmplen = SZ_128M - offset; in ma35_adma_write_desc() 84 sdhci_adma_write_desc(host, desc, addr, tmplen, cmd); in ma35_adma_write_desc() 86 addr += tmplen; in ma35_adma_write_desc() 87 len -= tmplen; in ma35_adma_write_desc()
|
H A D | sdhci-of-dwcmshc.c | 275 int tmplen, offset; in dwcmshc_adma_write_desc() local 283 tmplen = SZ_128M - offset; in dwcmshc_adma_write_desc() 284 sdhci_adma_write_desc(host, desc, addr, tmplen, cmd); in dwcmshc_adma_write_desc() 286 addr += tmplen; in dwcmshc_adma_write_desc() 287 len -= tmplen; in dwcmshc_adma_write_desc() 583 int tmplen, offset; in dwcmshc_set_tran_desc() local 591 tmplen = SZ_128M - offset; in dwcmshc_set_tran_desc() 592 cqhci_set_tran_desc(*desc, addr, tmplen, false, dma64); in dwcmshc_set_tran_desc() 594 addr += tmplen; in dwcmshc_set_tran_desc() 595 len -= tmplen; in dwcmshc_set_tran_desc()
|
/linux/drivers/crypto/nx/ |
H A D | nx-842.c | 165 unsigned int slen = p->iremain, dlen = p->oremain, tmplen; in compress() local 215 tmplen = dlen; in compress() 218 dlen = tmplen; /* reset dlen, if we're retrying */ in compress() 345 unsigned int dlen = p->oremain, tmplen; in decompress() local 395 tmplen = dlen; in decompress() 398 dlen = tmplen; /* reset dlen, if we're retrying */ in decompress()
|
/linux/drivers/s390/crypto/ |
H A D | pkey_ep11.c | 507 u32 tmplen, keysize = 0; in ep11_slowpath_key2protkey() local 527 tmplen = MAXEP11AESKEYBLOBSIZE; in ep11_slowpath_key2protkey() 530 tmpbuf, &tmplen, NULL); in ep11_slowpath_key2protkey() 534 rc = ep11_key2protkey(NULL, 0, tmpbuf, tmplen, in ep11_slowpath_key2protkey()
|
H A D | pkey_cca.c | 558 u32 tmplen, keysize = 0; in cca_slowpath_key2protkey() local 578 tmplen = SECKEYBLOBSIZE; in cca_slowpath_key2protkey() 581 tmpbuf, &tmplen, NULL); in cca_slowpath_key2protkey() 585 rc = cca_key2protkey(NULL, 0, tmpbuf, tmplen, in cca_slowpath_key2protkey()
|
/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_app.c | 2315 u32 erbsz = MPI3MR_SENSE_BUF_SZ, tmplen; in mpi3mr_bsg_process_mpt_cmds() local 2544 tmplen = min(drv_buf_iter->kern_buf_len, in mpi3mr_bsg_process_mpt_cmds() 2546 rmc_size = tmplen; in mpi3mr_bsg_process_mpt_cmds() 2547 memcpy(drv_buf_iter->kern_buf, drv_buf_iter->bsg_buf, tmplen); in mpi3mr_bsg_process_mpt_cmds() 2559 tmplen = min(drv_buf_iter->kern_buf_len, in mpi3mr_bsg_process_mpt_cmds() 2561 drv_buf_iter->kern_buf_len = tmplen; in mpi3mr_bsg_process_mpt_cmds() 2777 tmplen = min(drv_buf_iter->kern_buf_len, in mpi3mr_bsg_process_mpt_cmds() 2779 memcpy(drv_buf_iter->bsg_buf, bsg_reply_buf, tmplen); in mpi3mr_bsg_process_mpt_cmds() 2785 tmplen = min(erbsz, drv_buf_iter->bsg_buf_len); in mpi3mr_bsg_process_mpt_cmds() 2786 memcpy(drv_buf_iter->bsg_buf, sense_buff_k, tmplen); in mpi3mr_bsg_process_mpt_cmds() [all …]
|
/linux/fs/udf/ |
H A D | inode.c | 551 uint32_t tmplen; in udf_do_extend_file() local 563 err = udf_next_aext(inode, last_pos, &tmploc, &tmplen, in udf_do_extend_file() 1195 uint32_t tmplen; in udf_update_extents() local 1223 err = udf_next_aext(inode, epos, &tmploc, &tmplen, &tmpetype, 0); in udf_update_extents()
|