/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/ |
H A D | rtw_android.c | 52 int total_len; member 77 int total_len) in rtw_android_get_rssi() 85 bytes_written += snprintf(&command[bytes_written], total_len, in rtw_android_get_rssi() 94 int total_len) in rtw_android_get_link_speed() 100 return snprintf(command, total_len, "LinkSpeed %d", in rtw_android_get_link_speed() 105 int total_len) in rtw_android_get_macaddr() 107 return snprintf(command, total_len, "Macaddr = %pM", in rtw_android_get_macaddr() 112 int total_len) in android_set_cntry() 123 int total_len) in android_get_p2p_addr() 142 if (priv_cmd.total_len < in rtw_android_priv_cmd() 76 rtw_android_get_rssi(struct net_device *net, char *command, int total_len) rtw_android_get_rssi() argument 93 rtw_android_get_link_speed(struct net_device *net, char *command, int total_len) rtw_android_get_link_speed() argument 104 rtw_android_get_macaddr(struct net_device *net, char *command, int total_len) rtw_android_get_macaddr() argument 111 android_set_cntry(struct net_device *net, char *command, int total_len) android_set_cntry() argument 122 android_get_p2p_addr(struct net_device *net, char *command, int total_len) android_get_p2p_addr() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | crc32.h | 13 * @total_len: Total length of data that was CRC32'd 17 static inline u32 crc32_posix_end(u32 crc, size_t total_len) in crc32_posix_end() argument 20 while (total_len != 0) { in crc32_posix_end() 21 u8 c = total_len & 0xff; in crc32_posix_end() 24 total_len >>= 8; in crc32_posix_end()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | crc32.h | 12 * @total_len: Total length of data that was CRC32'd 16 static inline u32 crc32_posix_end(u32 crc, size_t total_len) in crc32_posix_end() argument 19 while (total_len != 0) { in crc32_posix_end() 20 u8 c = total_len & 0xff; in crc32_posix_end() 23 total_len >>= 8; in crc32_posix_end()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2pdu.c | 489 unsigned int *total_len) in fill_small_buf() 504 *total_len = parmsize + sizeof(struct smb2_hdr); in fill_small_buf() 514 void **request_buf, unsigned int *total_len) in __smb2_plain_req_init() 533 total_len); in __smb2_plain_req_init() 546 void **request_buf, unsigned int *total_len) in smb2_plain_req_init() 555 total_len); in smb2_plain_req_init() 560 void **request_buf, unsigned int *total_len) in smb2_ioctl_req_init() 565 request_buf, total_len); in smb2_ioctl_req_init() 568 request_buf, total_len); in smb2_ioctl_req_init() 680 struct TCP_Server_Info *server, unsigned int *total_len) in assemble_neg_contexts() 486 fill_small_buf(__le16 smb2_command, struct cifs_tcon *tcon, struct TCP_Server_Info *server, void *buf, unsigned int *total_len) fill_small_buf() argument 512 __smb2_plain_req_init(__le16 smb2_command, struct cifs_tcon *tcon, struct TCP_Server_Info *server, void **request_buf, unsigned int *total_len) __smb2_plain_req_init() argument 544 smb2_plain_req_init(__le16 smb2_command, struct cifs_tcon *tcon, struct TCP_Server_Info *server, void **request_buf, unsigned int *total_len) smb2_plain_req_init() argument 558 smb2_ioctl_req_init(u32 opcode, struct cifs_tcon *tcon, struct TCP_Server_Info *server, void **request_buf, unsigned int *total_len) smb2_ioctl_req_init() argument 679 assemble_neg_contexts(struct smb2_negotiate_req *req, struct TCP_Server_Info *server, unsigned int *total_len) assemble_neg_contexts() argument 1033 unsigned int total_len; SMB2_negotiate() local 1434 unsigned int total_len; SMB2_sess_alloc_buffer() local 1926 unsigned int total_len; SMB2_logoff() local 2009 unsigned int total_len; SMB2_tcon() local 2147 unsigned int total_len; SMB2_tdis() local 2786 unsigned int total_len; smb311_posix_mkdir() local 2942 unsigned int total_len; SMB2_open_init() local 3216 unsigned int total_len; SMB2_ioctl_init() local 3468 unsigned int total_len; SMB2_close_init() local 3642 unsigned int total_len; SMB2_query_info_init() local 3835 unsigned int total_len; SMB2_notify_init() local 4103 unsigned int total_len; SMB2_echo() local 4150 unsigned int total_len; SMB2_flush_init() local 4250 smb2_new_read_req(void **buf, unsigned int *total_len, struct cifs_io_parms *io_parms, struct cifs_readdata *rdata, unsigned int remaining_bytes, int request_type) smb2_new_read_req() argument 4440 unsigned int total_len; smb2_async_readv() local 4517 unsigned int total_len; SMB2_read() local 4686 unsigned int total_len; smb2_async_writev() local 4847 unsigned int total_len; SMB2_write() local 4944 int total_len = 0; posix_info_parse() local 5081 unsigned int total_len; SMB2_query_directory_init() local 5302 unsigned int i, total_len; SMB2_set_info_init() local 5454 unsigned int total_len; SMB2_oplock_break() local 5533 unsigned int total_len; build_qfs_info_req() local 5765 unsigned int total_len; smb2_lockv() local 5837 unsigned int total_len; SMB2_lease_break() local [all...] |
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2pdu.c | 348 unsigned int *total_len) in fill_small_buf() 363 *total_len = parmsize + sizeof(struct smb2_sync_hdr); in fill_small_buf() 373 void **request_buf, unsigned int *total_len) in __smb2_plain_req_init() 392 total_len); in __smb2_plain_req_init() 405 void **request_buf, unsigned int *total_len) in smb2_plain_req_init() 414 total_len); in smb2_plain_req_init() 419 void **request_buf, unsigned int *total_len) in smb2_ioctl_req_init() 424 request_buf, total_len); in smb2_ioctl_req_init() 427 request_buf, total_len); in smb2_ioctl_req_init() 518 struct TCP_Server_Info *server, unsigned int *total_len) in assemble_neg_contexts() 345 fill_small_buf(__le16 smb2_command, struct cifs_tcon *tcon, struct TCP_Server_Info *server, void *buf, unsigned int *total_len) fill_small_buf() argument 371 __smb2_plain_req_init(__le16 smb2_command, struct cifs_tcon *tcon, struct TCP_Server_Info *server, void **request_buf, unsigned int *total_len) __smb2_plain_req_init() argument 403 smb2_plain_req_init(__le16 smb2_command, struct cifs_tcon *tcon, struct TCP_Server_Info *server, void **request_buf, unsigned int *total_len) smb2_plain_req_init() argument 417 smb2_ioctl_req_init(u32 opcode, struct cifs_tcon *tcon, struct TCP_Server_Info *server, void **request_buf, unsigned int *total_len) smb2_ioctl_req_init() argument 517 assemble_neg_contexts(struct smb2_negotiate_req *req, struct TCP_Server_Info *server, unsigned int *total_len) assemble_neg_contexts() argument 802 unsigned int total_len; SMB2_negotiate() local 1192 unsigned int total_len; SMB2_sess_alloc_buffer() local 1644 unsigned int total_len; SMB2_logoff() local 1723 unsigned int total_len; SMB2_tcon() local 1858 unsigned int total_len; SMB2_tdis() local 2510 unsigned int total_len; smb311_posix_mkdir() local 2653 unsigned int total_len; SMB2_open_init() local 2935 unsigned int total_len; SMB2_ioctl_init() local 3176 unsigned int total_len; SMB2_close_init() local 3352 unsigned int total_len; SMB2_query_info_init() local 3540 unsigned int total_len; SMB2_notify_init() local 3720 unsigned int total_len; SMB2_echo() local 3763 unsigned int total_len; SMB2_flush_init() local 3833 smb2_new_read_req(void **buf, unsigned int *total_len, struct cifs_io_parms *io_parms, struct cifs_readdata *rdata, unsigned int remaining_bytes, int request_type) smb2_new_read_req() argument 4029 unsigned int total_len; smb2_async_readv() local 4099 unsigned int total_len; SMB2_read() local 4267 unsigned int total_len; smb2_async_writev() local 4410 unsigned int total_len; SMB2_write() local 4505 int total_len = 0; posix_info_parse() local 4644 unsigned int total_len; SMB2_query_directory_init() local 4859 unsigned int i, total_len; SMB2_set_info_init() local 5010 unsigned int total_len; SMB2_oplock_break() local 5089 unsigned int total_len; build_qfs_info_req() local 5321 unsigned int total_len; smb2_lockv() local 5393 unsigned int total_len; SMB2_lease_break() local [all...] |
/kernel/linux/linux-5.10/net/nfc/nci/ |
H A D | data.c | 97 int total_len = skb->len; in nci_queue_tx_data_frags() local 105 pr_debug("conn_id 0x%x, total_len %d\n", conn_id, total_len); in nci_queue_tx_data_frags() 115 while (total_len) { in nci_queue_tx_data_frags() 117 min_t(int, total_len, conn_info->max_pkt_payload_len); in nci_queue_tx_data_frags() 133 ((total_len == frag_len) ? in nci_queue_tx_data_frags() 139 total_len -= frag_len; in nci_queue_tx_data_frags() 141 pr_debug("frag_len %d, remaining total_len %d\n", in nci_queue_tx_data_frags() 142 frag_len, total_len); in nci_queue_tx_data_frags()
|
/kernel/linux/linux-6.6/net/nfc/nci/ |
H A D | data.c | 97 int total_len = skb->len; in nci_queue_tx_data_frags() local 105 pr_debug("conn_id 0x%x, total_len %d\n", conn_id, total_len); in nci_queue_tx_data_frags() 115 while (total_len) { in nci_queue_tx_data_frags() 117 min_t(int, total_len, conn_info->max_pkt_payload_len); in nci_queue_tx_data_frags() 133 ((total_len == frag_len) ? in nci_queue_tx_data_frags() 139 total_len -= frag_len; in nci_queue_tx_data_frags() 141 pr_debug("frag_len %d, remaining total_len %d\n", in nci_queue_tx_data_frags() 142 frag_len, total_len); in nci_queue_tx_data_frags()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | nip_input.c | 41 if (niph->total_len > skb->len) { in _nip_update_recv_skb_len() 42 nip_dbg("total_len(%u) is bigger than skb_len(%u), Drop a packet", in _nip_update_recv_skb_len() 43 niph->total_len, skb->len); in _nip_update_recv_skb_len() 50 skb_trim(skb, niph->total_len); in _nip_update_recv_skb_len() 116 niph.total_len = ntohs(niph.total_len); in nip_rcv()
|
H A D | nip_output.c | 400 head.total_len = head.hdr_buf_pos + skb->len; in tcp_nip_queue_xmit() 401 nip_update_total_len(&head, htons(head.total_len)); in tcp_nip_queue_xmit() 428 head.total_len = skb->len; in tcp_nip_queue_xmit() 431 nip_dbg("failed to send skb, skb->len=%u", head.total_len); in tcp_nip_queue_xmit() 433 nip_dbg("send skb ok, skb->len=%u", head.total_len); in tcp_nip_queue_xmit() 509 head.total_len = head.hdr_buf_pos + buff->len; in tcp_nip_actual_send_reset() 510 nip_update_total_len(&head, htons(head.total_len)); in tcp_nip_actual_send_reset() 531 head.total_len = buff->len; in tcp_nip_actual_send_reset() 534 nip_dbg("failed to send skb, skb->len=%u", head.total_len); in tcp_nip_actual_send_reset() 536 nip_dbg("send skb ok, skb->len=%u", head.total_len); in tcp_nip_actual_send_reset() [all...] |
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | mxl692.c | 251 u32 ix = 0, total_len = 0, addr = 0, chunk_len = 0, prevchunk_len = 0; in mxl692_write_fw_block() local 258 total_len = buffer[ix + 1] << 16 | buffer[ix + 2] << 8 | buffer[ix + 3]; in mxl692_write_fw_block() 259 total_len = (total_len + 3) & ~3; in mxl692_write_fw_block() 264 while ((total_len > 0) && (status == 0)) { in mxl692_write_fw_block() 266 chunk_len = (total_len < payload_max) ? total_len : payload_max; in mxl692_write_fw_block() 286 total_len -= chunk_len; in mxl692_write_fw_block() 303 int status = 0, total_len = 0; in mxl692_memwrite() local 306 total_len in mxl692_memwrite() 382 int status = 0, total_len = 0; mxl692_opwrite() local [all...] |
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | asn1.c | 103 int total_len = 4 + compute_asn_hdr_len_bytes(neg_result_len + in build_spnego_ntlmssp_neg_blob() local 107 buf = kmalloc(total_len, GFP_KERNEL); in build_spnego_ntlmssp_neg_blob() 130 *buflen = total_len; in build_spnego_ntlmssp_neg_blob() 140 int total_len = 4 + compute_asn_hdr_len_bytes(neg_result_len) * 2 + in build_spnego_ntlmssp_auth_blob() local 143 buf = kmalloc(total_len, GFP_KERNEL); in build_spnego_ntlmssp_auth_blob() 158 *buflen = total_len; in build_spnego_ntlmssp_auth_blob()
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/common/ |
H A D | mtk_vcodec_dbgfs.c | 96 int total_len = 200 * (dbgfs->inst_count == 0 ? 1 : dbgfs->inst_count); in mtk_vdec_dbgfs_read() local 99 char *buf = kmalloc(total_len, GFP_KERNEL); in mtk_vdec_dbgfs_read() 105 mtk_vdec_dbgfs_get_help(buf, &used_len, total_len); in mtk_vdec_dbgfs_read() 119 curr_len = snprintf(buf + used_len, total_len - used_len, in mtk_vdec_dbgfs_read() 124 curr_len = snprintf(buf + used_len, total_len - used_len, in mtk_vdec_dbgfs_read() 132 mtk_vdec_dbgfs_get_format_type(ctx, buf, &used_len, total_len); in mtk_vdec_dbgfs_read()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | trace.h | 121 TP_PROTO(unsigned int addr, int flags, unsigned int total_len, 124 TP_ARGS(addr, flags, total_len, entries, list), 131 __field(size_t, total_len) 133 __dynamic_array(u8, data, total_len) 144 __entry->total_len = total_len; 165 "%s addr 0x%x flags 0x%x entries %d total_len %zd\n", 170 __entry->total_len
|
/kernel/linux/linux-5.10/drivers/gpu/drm/udl/ |
H A D | udl_main.c | 37 u8 total_len = 0; in udl_parse_vendor_descriptor() local 44 total_len = usb_get_descriptor(usbdev, 0x5f, /* vendor specific */ in udl_parse_vendor_descriptor() 46 if (total_len > 5) { in udl_parse_vendor_descriptor() 48 total_len, desc); in udl_parse_vendor_descriptor() 50 if ((desc[0] != total_len) || /* descriptor length */ in udl_parse_vendor_descriptor() 54 (desc[4] != total_len - 2)) /* length after type */ in udl_parse_vendor_descriptor() 57 desc_end = desc + total_len; in udl_parse_vendor_descriptor()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | trace.h | 121 TP_PROTO(unsigned int addr, int flags, unsigned int total_len, 124 TP_ARGS(addr, flags, total_len, entries, list), 131 __field(size_t, total_len) 133 __dynamic_array(u8, data, total_len) 144 __entry->total_len = total_len; 165 "%s addr 0x%x flags 0x%x entries %d total_len %zd\n", 170 __entry->total_len
|
/kernel/linux/linux-6.6/drivers/gpu/drm/udl/ |
H A D | udl_main.c | 35 u8 total_len = 0; in udl_parse_vendor_descriptor() local 42 total_len = usb_get_descriptor(udev, 0x5f, /* vendor specific */ in udl_parse_vendor_descriptor() 44 if (total_len > 5) { in udl_parse_vendor_descriptor() 46 total_len, desc); in udl_parse_vendor_descriptor() 48 if ((desc[0] != total_len) || /* descriptor length */ in udl_parse_vendor_descriptor() 52 (desc[4] != total_len - 2)) /* length after type */ in udl_parse_vendor_descriptor() 55 desc_end = desc + total_len; in udl_parse_vendor_descriptor()
|
/kernel/linux/linux-5.10/drivers/fsi/ |
H A D | fsi-core.c | 583 size_t total_len, read_len; in fsi_slave_sysfs_raw_read() local 592 for (total_len = 0; total_len < count; total_len += read_len) { in fsi_slave_sysfs_raw_read() 593 read_len = aligned_access_size(off, count - total_len); in fsi_slave_sysfs_raw_read() 595 rc = fsi_slave_read(slave, off, buf + total_len, read_len); in fsi_slave_sysfs_raw_read() 610 size_t total_len, write_len; in fsi_slave_sysfs_raw_write() local 619 for (total_len = 0; total_len < count; total_len in fsi_slave_sysfs_raw_write() 698 size_t total_len, read_len; cfam_read() local 734 size_t total_len, write_len; cfam_write() local [all...] |
/kernel/linux/linux-6.6/drivers/fsi/ |
H A D | fsi-core.c | 561 size_t total_len, read_len; in fsi_slave_sysfs_raw_read() local 570 for (total_len = 0; total_len < count; total_len += read_len) { in fsi_slave_sysfs_raw_read() 571 read_len = aligned_access_size(off, count - total_len); in fsi_slave_sysfs_raw_read() 573 rc = fsi_slave_read(slave, off, buf + total_len, read_len); in fsi_slave_sysfs_raw_read() 588 size_t total_len, write_len; in fsi_slave_sysfs_raw_write() local 597 for (total_len = 0; total_len < count; total_len in fsi_slave_sysfs_raw_write() 664 size_t total_len, read_len; cfam_read() local 700 size_t total_len, write_len; cfam_write() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | wow.c | 88 int total_len = old->pkt_offset + old->pattern_len; in ath10k_wow_convert_8023_to_80211() local 138 if (total_len > ETH_HLEN) in ath10k_wow_convert_8023_to_80211() 140 else if (total_len > offsetof(struct ethhdr, h_proto)) in ath10k_wow_convert_8023_to_80211() 141 hdr_80211_end_offset = hdr_len + rfc_len + total_len - ETH_HLEN; in ath10k_wow_convert_8023_to_80211() 142 else if (total_len > ETH_ALEN) in ath10k_wow_convert_8023_to_80211() 143 hdr_80211_end_offset = total_len - ETH_ALEN + in ath10k_wow_convert_8023_to_80211() 146 hdr_80211_end_offset = total_len + in ath10k_wow_convert_8023_to_80211() 158 if (total_len > ETH_HLEN) { in ath10k_wow_convert_8023_to_80211() 162 total_len - ETH_HLEN); in ath10k_wow_convert_8023_to_80211() 165 total_len in ath10k_wow_convert_8023_to_80211() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | wow.c | 88 int total_len = old->pkt_offset + old->pattern_len; in ath10k_wow_convert_8023_to_80211() local 138 if (total_len > ETH_HLEN) in ath10k_wow_convert_8023_to_80211() 140 else if (total_len > offsetof(struct ethhdr, h_proto)) in ath10k_wow_convert_8023_to_80211() 141 hdr_80211_end_offset = hdr_len + rfc_len + total_len - ETH_HLEN; in ath10k_wow_convert_8023_to_80211() 142 else if (total_len > ETH_ALEN) in ath10k_wow_convert_8023_to_80211() 143 hdr_80211_end_offset = total_len - ETH_ALEN + in ath10k_wow_convert_8023_to_80211() 146 hdr_80211_end_offset = total_len + in ath10k_wow_convert_8023_to_80211() 158 if (total_len > ETH_HLEN) { in ath10k_wow_convert_8023_to_80211() 162 total_len - ETH_HLEN); in ath10k_wow_convert_8023_to_80211() 165 total_len in ath10k_wow_convert_8023_to_80211() [all...] |
/kernel/linux/linux-5.10/drivers/staging/gdm724x/ |
H A D | gdm_mux.c | 147 int total_len; in up_to_host() local 165 total_len = ALIGN(MUX_HEADER_SIZE + payload_size, 4); in up_to_host() 167 if (len - packet_size_sum < total_len) { in up_to_host() 190 packet_size_sum += total_len; in up_to_host() 350 int total_len; in gdm_mux_send() local 362 total_len = ALIGN(MUX_HEADER_SIZE + len, 4); in gdm_mux_send() 364 t = alloc_mux_tx(total_len); in gdm_mux_send() 379 total_len - MUX_HEADER_SIZE - len); in gdm_mux_send() 381 t->len = total_len; in gdm_mux_send() 389 total_len, in gdm_mux_send() [all...] |
/kernel/linux/linux-6.6/drivers/staging/gdm724x/ |
H A D | gdm_mux.c | 147 int total_len; in up_to_host() local 165 total_len = ALIGN(MUX_HEADER_SIZE + payload_size, 4); in up_to_host() 167 if (len - packet_size_sum < total_len) { in up_to_host() 190 packet_size_sum += total_len; in up_to_host() 350 int total_len; in gdm_mux_send() local 362 total_len = ALIGN(MUX_HEADER_SIZE + len, 4); in gdm_mux_send() 364 t = alloc_mux_tx(total_len); in gdm_mux_send() 379 total_len - MUX_HEADER_SIZE - len); in gdm_mux_send() 381 t->len = total_len; in gdm_mux_send() 389 total_len, in gdm_mux_send() [all...] |
/kernel/linux/linux-5.10/drivers/net/ppp/ |
H A D | pppoe.c | 837 size_t total_len) in pppoe_sendmsg() 863 if (total_len > (dev->mtu + dev->hard_header_len)) in pppoe_sendmsg() 867 skb = sock_wmalloc(sk, hlen + sizeof(*ph) + total_len + in pppoe_sendmsg() 883 ph = skb_put(skb, total_len + sizeof(struct pppoe_hdr)); in pppoe_sendmsg() 886 error = memcpy_from_msg(start, m, total_len); in pppoe_sendmsg() 892 error = total_len; in pppoe_sendmsg() 894 po->pppoe_pa.remote, NULL, total_len); in pppoe_sendmsg() 898 ph->length = htons(total_len); in pppoe_sendmsg() 980 size_t total_len, int flags) in pppoe_recvmsg() 997 total_len in pppoe_recvmsg() 836 pppoe_sendmsg(struct socket *sock, struct msghdr *m, size_t total_len) pppoe_sendmsg() argument 979 pppoe_recvmsg(struct socket *sock, struct msghdr *m, size_t total_len, int flags) pppoe_recvmsg() argument [all...] |
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/ |
H A D | otp.c | 308 size_t total_len, size_t *retlen, in spi_nor_mtd_otp_read_write() 323 total_len = min_t(size_t, total_len, spi_nor_otp_size(nor) - ofs); in spi_nor_mtd_otp_read_write() 325 if (!total_len) in spi_nor_mtd_otp_read_write() 333 ret = spi_nor_mtd_otp_range_is_locked(nor, ofs, total_len); in spi_nor_mtd_otp_read_write() 342 while (total_len) { in spi_nor_mtd_otp_read_write() 360 len = min_t(size_t, total_len, rlen - rofs); in spi_nor_mtd_otp_read_write() 374 total_len -= ret; in spi_nor_mtd_otp_read_write() 307 spi_nor_mtd_otp_read_write(struct mtd_info *mtd, loff_t ofs, size_t total_len, size_t *retlen, const u8 *buf, bool is_write) spi_nor_mtd_otp_read_write() argument
|
/kernel/linux/linux-5.10/fs/ |
H A D | splice.c | 360 if (sd->len < sd->total_len && in pipe_to_sendpage() 386 * the pipe or if the requested number of bytes (@sd->total_len) 408 if (sd->len > sd->total_len) in splice_from_pipe_feed() 409 sd->len = sd->total_len; in splice_from_pipe_feed() 428 sd->total_len -= ret; in splice_from_pipe_feed() 438 if (!sd->total_len) in splice_from_pipe_feed() 590 .total_len = len, in splice_from_pipe() 622 .total_len = len, in iter_file_splice_write() 638 while (sd.total_len) { in iter_file_splice_write() 664 left = sd.total_len; in iter_file_splice_write() [all...] |