Lines Matching defs:pbuf
851 struct io_provide_buf pbuf;
4300 struct io_provide_buf *p = &req->pbuf;
4346 struct io_provide_buf *p = &req->pbuf;
4373 struct io_provide_buf *p = &req->pbuf;
4404 static int io_add_buffers(struct io_provide_buf *pbuf, struct io_buffer **head)
4407 u64 addr = pbuf->addr;
4408 int i, bid = pbuf->bid;
4410 for (i = 0; i < pbuf->nbufs; i++) {
4416 buf->len = min_t(__u32, pbuf->len, MAX_RW_COUNT);
4418 addr += pbuf->len;
4434 struct io_provide_buf *p = &req->pbuf;