Lines Matching defs:buf_len
1743 ssize_t buf_len = 0, read;
1756 * error byte must not be included in buf_len
1758 buf_len = s->ext_block_len;
1761 buf_len = s->ext_last_len;
1765 (unsigned long) buf_len);
1768 read = e2_recv(s, s->buf, buf_len + 1, &status);
1779 s->buf[buf_len] &= 0xc0;
1782 if (s->buf[buf_len] & FSG_STATUS_CANCEL_REQ) {
1788 if (s->buf[buf_len] & (FSG_STATUS_FER | FSG_STATUS_NOT_READY))
1807 s->end = s->buf + buf_len;
2079 unsigned int buf_len;
2098 buf_len = result.buf[1] << 8 | result.buf[0];
2099 buf_len *= (result.buf[3] << 8 | result.buf[2]);
2101 DBG(18, "%s: buf len = %u\n", __func__, buf_len);
2108 e2_recv(s, s->buf, buf_len, &status);
2126 s->end = s->buf + buf_len;