Lines Matching refs:size
262 * @t_size: Buffer size for holding this request
264 * @r_size: Buffer size for holding server's reply on this request
461 * @size: size of packet
468 p9_parse_header(struct p9_fcall *pdu, int32_t *size, int8_t *type,
487 if (size)
488 *size = r_size;
490 if (pdu->size != r_size || r_size < 7) {
498 p9_debug(P9_DEBUG_9P, "<<< size=%d type: %d tag: %d\n",
499 pdu->size, pdu->id, pdu->tag);
526 if (req->rc.size > req->rc.capacity && !req->rc.zc) {
527 pr_err("requested packet size too big: %d does not fit %zu (type=%d)\n",
528 req->rc.size, req->rc.capacity, req->rc.id);
678 * auto determine an appropriate (small) request/response size
680 * transport is excluded from this response message size optimization,
682 * (using an optimized request size for RDMA as well though).
768 * @inlen: read buffer size
769 * @olen: write buffer size
770 * @in_hdrlen: reader header size, This is the size of response protocol data
1698 ret->size, ret->type, ret->dev, ret->qid.type, ret->qid.path,
1780 /* NOTE: size shouldn't include its own length */
1781 /* size[2] type[2] dev[4] qid[13] */
1813 wst->size = p9_client_statsize(wst, clnt->proto_version);
1821 wst->size, wst->type, wst->dev, wst->qid.type,
1830 fid->fid, wst->size + 2, wst);
1852 p9_debug(P9_DEBUG_9P, " valid=%x mode=%x uid=%d gid=%d size=%lld\n",
1856 p9attr->size);
2000 p9_debug(P9_DEBUG_9P, "<<< RXATTRWALK fid %d size %llu\n",
2022 ">>> TXATTRCREATE fid %d name %s size %llu flag %d\n",