Searched refs:tmplen (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/nfs/ |
D | nfsroot.c | 222 const size_t tmplen = sizeof(nfs_export_path); in root_nfs_data() local 224 tmp = kzalloc(tmplen, GFP_KERNEL); in root_nfs_data() 232 if (root_nfs_parse_options(root_server_path, tmp, tmplen)) in root_nfs_data() 238 if (root_nfs_parse_options(cmdline, tmp, tmplen)) in root_nfs_data()
|
/linux-4.4.14/drivers/crypto/nx/ |
D | nx-842.c | 174 unsigned int slen = p->iremain, dlen = p->oremain, tmplen; in compress() local 224 tmplen = dlen; in compress() 227 dlen = tmplen; /* reset dlen, if we're retrying */ in compress() 352 unsigned int dlen = p->oremain, tmplen; in decompress() local 402 tmplen = dlen; in decompress() 405 dlen = tmplen; /* reset dlen, if we're retrying */ in decompress()
|
/linux-4.4.14/drivers/net/wireless/ |
D | wl3501_cs.c | 456 u16 bf, sig_bf, next, tmplen, pktlen; in wl3501_send_pkt() local 489 tmplen = 254 - sizeof(struct wl3501_tx_hdr); in wl3501_send_pkt() 490 pktlen -= tmplen; in wl3501_send_pkt() 492 tmplen = pktlen; in wl3501_send_pkt() 497 pdata, tmplen); in wl3501_send_pkt() 498 pdata += tmplen; in wl3501_send_pkt() 506 tmplen = 254 - sizeof(struct wl3501_tx_hdr) + 6; in wl3501_send_pkt() 507 pktlen -= tmplen; in wl3501_send_pkt() 509 tmplen = pktlen; in wl3501_send_pkt() 514 pdata, tmplen); in wl3501_send_pkt() [all …]
|
/linux-4.4.14/arch/cris/arch-v32/drivers/ |
D | cryptocop.c | 2435 int tmplen; in map_pages_to_iovec() local 2456 tmplen = PAGE_SIZE - *pageoffset; in map_pages_to_iovec() 2457 if (tmplen < map_length){ in map_pages_to_iovec() 2461 tmplen = map_length; in map_pages_to_iovec() 2464 …DEBUG(printk("mapping %d bytes from page %d (or %d) to iovec %d\n", tmplen, *pageix, *pageix-1, *i… in map_pages_to_iovec() 2465 iov[*iovix].iov_len = tmplen; in map_pages_to_iovec() 2466 map_length -= tmplen; in map_pages_to_iovec() 2777 size_t tmplen = cop->tfrm_op.inlen; in cryptocop_ioctl_process() local 2781 tmplen -= cop->tfrm_op.indata[0].iov_len; in cryptocop_ioctl_process() 2783 cop->tfrm_op.indata[i].iov_len = tmplen < PAGE_SIZE ? tmplen : PAGE_SIZE; in cryptocop_ioctl_process() [all …]
|
/linux-4.4.14/fs/udf/ |
D | inode.c | 1159 uint32_t tmplen; in udf_update_extents() local 1176 udf_next_aext(inode, epos, &tmploc, &tmplen, 0); in udf_update_extents()
|