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);
531 if (le32_to_cpu(data_transfer->remaining_data_length)) in recv_done()
557 le32_to_cpu(data_transfer->remaining_data_length)); in recv_done()
830 int size, int remaining_data_length, in smbd_create_header() argument
876 packet->remaining_data_length = cpu_to_le32(remaining_data_length); in smbd_create_header()
885 le32_to_cpu(packet->remaining_data_length)); in smbd_create_header()
983 struct scatterlist *sgl, int data_length, int remaining_data_length) in smbd_post_send_sgl() argument
991 info, data_length, remaining_data_length, &request); in smbd_post_send_sgl()
1034 unsigned long offset, size_t size, int remaining_data_length) in smbd_post_send_page() argument
1041 return smbd_post_send_sgl(info, &sgl, size, remaining_data_length); in smbd_post_send_page()
1064 int remaining_data_length) in smbd_post_send_data() argument
1081 return smbd_post_send_sgl(info, sgl, data_length, remaining_data_length); in smbd_post_send_data()
1852 u32 data_length, remaining_data_length, data_offset; in smbd_recv_buf() local
1883 remaining_data_length = in smbd_recv_buf()
1885 data_transfer->remaining_data_length); in smbd_recv_buf()
1898 data_length + remaining_data_length; in smbd_recv_buf()
2075 unsigned int buflen, remaining_data_length; in smbd_send() local
2094 remaining_data_length = 0; in smbd_send()
2096 remaining_data_length += smb_rqst_len(server, &rqst_array[i]); in smbd_send()
2098 if (remaining_data_length + sizeof(struct smbd_data_transfer) > in smbd_send()
2101 remaining_data_length, info->max_fragmented_send_size); in smbd_send()
2107 num_rqst, remaining_data_length); in smbd_send()
2131 remaining_data_length -= in smbd_send()
2137 remaining_data_length); in smbd_send()
2140 remaining_data_length); in smbd_send()
2159 remaining_data_length -= vec.iov_len; in smbd_send()
2165 remaining_data_length); in smbd_send()
2168 remaining_data_length); in smbd_send()
2182 remaining_data_length -= buflen; in smbd_send()
2187 remaining_data_length); in smbd_send()
2189 i-start, remaining_data_length); in smbd_send()
2210 remaining_data_length -= size; in smbd_send()
2214 remaining_data_length); in smbd_send()
2218 size, remaining_data_length); in smbd_send()