Lines Matching defs:size
262 * @max_size: Maximum packet size for this request.
439 * @size: size of packet
446 p9_parse_header(struct p9_fcall *pdu, int32_t *size, int8_t *type, int16_t *tag,
465 if (size)
466 *size = r_size;
468 if (pdu->size != r_size || r_size < 7) {
476 p9_debug(P9_DEBUG_9P, "<<< size=%d type: %d tag: %d\n",
477 pdu->size, pdu->id, pdu->tag);
504 if (req->rc.size >= c->msize) {
506 "requested packet size too big: %d\n",
507 req->rc.size);
596 /* 7 = header size for RERROR; */
599 len = req->rc.size - req->rc.offset;
817 * @inlen: read buffer size
818 * @olen: write buffer size
819 * @in_hdrlen: reader header size, This is the size of response protocol data
1730 ret->size, ret->type, ret->dev, ret->qid.type,
1812 /* NOTE: size shouldn't include its own length */
1813 /* size[2] type[2] dev[4] qid[13] */
1845 wst->size = p9_client_statsize(wst, clnt->proto_version);
1852 wst->size, wst->type, wst->dev, wst->qid.type,
1860 req = p9_client_rpc(clnt, P9_TWSTAT, "dwS", fid->fid, wst->size+2, wst);
1884 " valid=%x mode=%x uid=%d gid=%d size=%lld\n"
1890 p9attr->size, p9attr->atime_sec, p9attr->atime_nsec,
2038 p9_debug(P9_DEBUG_9P, "<<< RXATTRWALK fid %d size %llu\n",
2060 ">>> TXATTRCREATE fid %d name %s size %lld flag %d\n",