Lines Matching defs:data_len
2173 notify.data_len = 0;
2193 notify.data_len, &returned_ioctl_info, &ret_len);
2198 if (return_changes && (ret_len > 0) && (notify.data_len > 0)) {
2199 if (ret_len > notify.data_len)
2200 ret_len = notify.data_len;
2204 else if (copy_to_user(&pnotify_buf->data_len, &ret_len, sizeof(ret_len)))
4622 unsigned int data_len;
4674 data_len = server->ops->read_data_length(buf, use_rdma_mr);
4716 if (data_len > pages_len - pad_len) {
4717 /* data_len is corrupt -- discard frame */
4738 } else if (buf_len >= data_offset + data_len) {
4742 length = copy_to_iter(buf + data_offset, data_len, &rdata->iter);
4745 rdata->got_bytes = data_len;