Searched refs:tmplen (Results 1 – 7 of 7) sorted by relevance
| /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-sparx5.c | 56 int tmplen, offset; in sdhci_sparx5_adma_write_desc() local 67 tmplen = SZ_128M - offset; in sdhci_sparx5_adma_write_desc() 68 sdhci_adma_write_desc(host, desc, addr, tmplen, cmd); in sdhci_sparx5_adma_write_desc() 70 addr += tmplen; in sdhci_sparx5_adma_write_desc() 71 len -= tmplen; in sdhci_sparx5_adma_write_desc()
|
| 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 | 339 int tmplen, offset; in dwcmshc_adma_write_desc() local 347 tmplen = SZ_128M - offset; in dwcmshc_adma_write_desc() 348 sdhci_adma_write_desc(host, desc, addr, tmplen, cmd); in dwcmshc_adma_write_desc() 350 addr += tmplen; in dwcmshc_adma_write_desc() 351 len -= tmplen; in dwcmshc_adma_write_desc() 618 int tmplen, offset; in dwcmshc_set_tran_desc() local 626 tmplen = SZ_128M - offset; in dwcmshc_set_tran_desc() 627 cqhci_set_tran_desc(*desc, addr, tmplen, false, dma64); in dwcmshc_set_tran_desc() 629 addr += tmplen; in dwcmshc_set_tran_desc() 630 len -= tmplen; in dwcmshc_set_tran_desc()
|
| /linux/drivers/crypto/nx/ |
| H A D | nx-842.c | 170 unsigned int slen = p->iremain, dlen = p->oremain, tmplen; in compress() local 220 tmplen = dlen; in compress() 223 dlen = tmplen; /* reset dlen, if we're retrying */ in compress() 350 unsigned int dlen = p->oremain, tmplen; in decompress() local 400 tmplen = dlen; in decompress() 403 dlen = tmplen; /* reset dlen, if we're retrying */ in decompress()
|
| /linux/drivers/crypto/ |
| H A D | s5p-sss.c | 919 u64 tmplen; in s5p_hash_write_ctrl() local 933 tmplen = ctx->digcnt * 8; in s5p_hash_write_ctrl() 934 prelow = (u32)tmplen; in s5p_hash_write_ctrl() 935 prehigh = (u32)(tmplen >> 32); in s5p_hash_write_ctrl()
|
| /linux/fs/udf/ |
| H A D | inode.c | 558 uint32_t tmplen; in udf_do_extend_file() local 570 err = udf_next_aext(inode, last_pos, &tmploc, &tmplen, in udf_do_extend_file() 1203 uint32_t tmplen; in udf_update_extents() local 1231 err = udf_next_aext(inode, epos, &tmploc, &tmplen, &tmpetype, 0); in udf_update_extents()
|