Searched refs:pdu_writeq (Results 1 – 2 of 2) sorted by relevance
94 status_t pdu_writeq(struct p9_fcall *pdu, uint64_t qword) in pdu_writeq() function368 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()
81 status_t pdu_writeq(struct p9_fcall *pdu, uint64_t qword);
Completed in 8 milliseconds