Home
last modified time | relevance | path

Searched refs:pdu_writeq (Results 1 – 2 of 2) sorted by relevance

/dev/virtio/9p/
A Dprotocol.c94 status_t pdu_writeq(struct p9_fcall *pdu, uint64_t qword) in pdu_writeq() function
368 if ((ret = pdu_writeq(&req->tc, tmsg->msg.tgetattr.request_mask)) != NO_ERROR) in p9_proto_tgetattr()
432 if ((ret = pdu_writeq(&req->tc, tmsg->msg.tread.offset)) != NO_ERROR) in p9_proto_tread()
457 if ((ret = pdu_writeq(&req->tc, tmsg->msg.twrite.offset)) != NO_ERROR) in p9_proto_twrite()
560 if ((ret = pdu_writeq(&req->tc, tmsg->msg.treaddir.offset)) != NO_ERROR) in p9_proto_treaddir()
A Dprotocol.h81 status_t pdu_writeq(struct p9_fcall *pdu, uint64_t qword);

Completed in 8 milliseconds