Lines Matching refs:to_read
96 unsigned int to_read)
103 iov.iov_len = to_read;
108 rc = recvmsg_nofs(sock, &hmdfs_msg, &iov, 1, to_read,
116 if (rc != to_read) {
124 unsigned int to_read)
134 iov.iov_len = to_read - read_cnt;
140 to_read - read_cnt, hmdfs_msg.msg_flags);
157 if (read_cnt != to_read)
158 hmdfs_info("read again %d/%d", read_cnt, to_read);
159 } while (read_cnt < to_read && retry_time < MAX_RECV_RETRY_TIMES);
160 if (read_cnt == to_read)