Lines Matching refs:remaining_data_length
39 struct kvec *iov, int n_vec, int remaining_data_length);
42 size_t size, int remaining_data_length);
490 if (le32_to_cpu(data_transfer->remaining_data_length)) in recv_done()
522 le32_to_cpu(data_transfer->remaining_data_length)); in recv_done()
816 struct scatterlist *sgl, int data_length, int remaining_data_length) in smbd_post_send_sgl() argument
889 packet->remaining_data_length = cpu_to_le32(remaining_data_length); in smbd_post_send_sgl()
897 le32_to_cpu(packet->remaining_data_length)); in smbd_post_send_sgl()
975 unsigned long offset, size_t size, int remaining_data_length) in smbd_post_send_page() argument
982 return smbd_post_send_sgl(info, &sgl, size, remaining_data_length); in smbd_post_send_page()
1005 int remaining_data_length) in smbd_post_send_data() argument
1022 return smbd_post_send_sgl(info, sgl, data_length, remaining_data_length); in smbd_post_send_data()
1761 u32 data_length, remaining_data_length, data_offset; in smbd_recv_buf() local
1792 remaining_data_length = in smbd_recv_buf()
1794 data_transfer->remaining_data_length); in smbd_recv_buf()
1807 data_length + remaining_data_length; in smbd_recv_buf()
1981 unsigned int buflen, remaining_data_length; in smbd_send() local
2000 remaining_data_length = 0; in smbd_send()
2002 remaining_data_length += smb_rqst_len(server, &rqst_array[i]); in smbd_send()
2004 if (remaining_data_length > info->max_fragmented_send_size) { in smbd_send()
2006 remaining_data_length, info->max_fragmented_send_size); in smbd_send()
2012 num_rqst, remaining_data_length); in smbd_send()
2035 remaining_data_length -= in smbd_send()
2039 remaining_data_length); in smbd_send()
2042 remaining_data_length); in smbd_send()
2060 remaining_data_length -= vec.iov_len; in smbd_send()
2064 remaining_data_length); in smbd_send()
2067 remaining_data_length); in smbd_send()
2081 remaining_data_length -= buflen; in smbd_send()
2084 remaining_data_length); in smbd_send()
2086 i-start, remaining_data_length); in smbd_send()
2107 remaining_data_length -= size; in smbd_send()
2110 remaining_data_length); in smbd_send()
2114 size, remaining_data_length); in smbd_send()