Lines Matching refs:remaining_data_length
48 struct kvec *iov, int n_vec, int remaining_data_length);
51 size_t size, int remaining_data_length);
630 if (le32_to_cpu(data_transfer->remaining_data_length)) in recv_done()
656 le32_to_cpu(data_transfer->remaining_data_length)); in recv_done()
929 int size, int remaining_data_length, in smbd_create_header() argument
975 packet->remaining_data_length = cpu_to_le32(remaining_data_length); in smbd_create_header()
984 le32_to_cpu(packet->remaining_data_length)); in smbd_create_header()
1081 struct scatterlist *sgl, int data_length, int remaining_data_length) in smbd_post_send_sgl() argument
1089 info, data_length, remaining_data_length, &request); in smbd_post_send_sgl()
1132 unsigned long offset, size_t size, int remaining_data_length) in smbd_post_send_page() argument
1139 return smbd_post_send_sgl(info, &sgl, size, remaining_data_length); in smbd_post_send_page()
1162 int remaining_data_length) in smbd_post_send_data() argument
1179 return smbd_post_send_sgl(info, sgl, data_length, remaining_data_length); in smbd_post_send_data()
1959 u32 data_length, remaining_data_length, data_offset; in smbd_recv_buf() local
1995 remaining_data_length = in smbd_recv_buf()
1997 data_transfer->remaining_data_length); in smbd_recv_buf()
2010 data_length + remaining_data_length; in smbd_recv_buf()
2178 unsigned int buflen, remaining_data_length; in smbd_send() local
2198 remaining_data_length = 0; in smbd_send()
2200 remaining_data_length += smb_rqst_len(server, &rqst_array[i]); in smbd_send()
2202 if (remaining_data_length + sizeof(struct smbd_data_transfer) > in smbd_send()
2205 remaining_data_length, info->max_fragmented_send_size); in smbd_send()
2233 remaining_data_length -= in smbd_send()
2239 remaining_data_length); in smbd_send()
2242 remaining_data_length); in smbd_send()
2261 remaining_data_length -= vec.iov_len; in smbd_send()
2267 remaining_data_length); in smbd_send()
2270 remaining_data_length); in smbd_send()
2284 remaining_data_length -= buflen; in smbd_send()
2289 remaining_data_length); in smbd_send()
2291 i-start, remaining_data_length); in smbd_send()
2312 remaining_data_length -= size; in smbd_send()
2316 remaining_data_length); in smbd_send()
2320 size, remaining_data_length); in smbd_send()