Searched refs:tmplen (Results 1 – 5 of 5) 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()
|
| /linux/drivers/s390/crypto/ |
| H A D | pkey_cca.c | 571 u32 tmplen, keysize = 0; in cca_slowpath_key2protkey() local 585 tmplen = SECKEYBLOBSIZE; in cca_slowpath_key2protkey() 588 tmpbuf, &tmplen, NULL, pflags); in cca_slowpath_key2protkey() 592 rc = cca_key2protkey(NULL, 0, tmpbuf, tmplen, in cca_slowpath_key2protkey()
|
| /linux/fs/udf/ |
| H A D | inode.c | 557 uint32_t tmplen; in udf_do_extend_file() local 569 err = udf_next_aext(inode, last_pos, &tmploc, &tmplen, in udf_do_extend_file() 1201 uint32_t tmplen; in udf_update_extents() local 1229 err = udf_next_aext(inode, epos, &tmploc, &tmplen, &tmpetype, 0); in udf_update_extents()
|