Searched refs:pdu_writed (Results 1 – 3 of 3) sorted by relevance
| /dev/virtio/9p/ |
| A D | protocol.c | 81 status_t pdu_writed(struct p9_fcall *pdu, uint32_t dword) in pdu_writed() function 155 if ((ret = pdu_writed(pdu, count)) != NO_ERROR) in pdu_writedata() 249 if ((ret = pdu_writed(&req->tc, tmsg->msg.tattach.fid)) != NO_ERROR) in p9_proto_tattach() 251 if ((ret = pdu_writed(&req->tc, tmsg->msg.tattach.afid)) != NO_ERROR) in p9_proto_tattach() 280 if ((ret = pdu_writed(&req->tc, tmsg->msg.twalk.fid)) != NO_ERROR) in p9_proto_twalk() 314 if ((ret = pdu_writed(&req->tc, tmsg->msg.topen.fid)) != NO_ERROR) in p9_proto_topen() 340 if ((ret = pdu_writed(&req->tc, tmsg->msg.tlopen.fid)) != NO_ERROR) in p9_proto_tlopen() 430 if ((ret = pdu_writed(&req->tc, tmsg->msg.tread.fid)) != NO_ERROR) in p9_proto_tread() 455 if ((ret = pdu_writed(&req->tc, tmsg->msg.twrite.fid)) != NO_ERROR) in p9_proto_twrite() 480 if ((ret = pdu_writed(&req->tc, tmsg->msg.tclunk.fid)) != NO_ERROR) in p9_proto_tclunk() [all …]
|
| A D | client.c | 82 if (pdu_writed(&req->tc, 0) != NO_ERROR) { in p9_req_prepare() 117 ret = pdu_writed(&req->tc, size); in p9_req_finalize()
|
| A D | protocol.h | 79 status_t pdu_writed(struct p9_fcall *pdu, uint32_t dword);
|
Completed in 13 milliseconds