Lines Matching refs:pdu_writed

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()
224 if ((ret = pdu_writed(&req->tc, tmsg->msg.tversion.msize)) != NO_ERROR) in p9_proto_tversion()
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()
257 if ((ret = pdu_writed(&req->tc, tmsg->msg.tattach.n_uname)) != NO_ERROR) in p9_proto_tattach()
280 if ((ret = pdu_writed(&req->tc, tmsg->msg.twalk.fid)) != NO_ERROR) in p9_proto_twalk()
282 if ((ret = pdu_writed(&req->tc, tmsg->msg.twalk.newfid)) != 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()
342 if ((ret = pdu_writed(&req->tc, tmsg->msg.tlopen.flags)) != NO_ERROR) in p9_proto_tlopen()
366 if ((ret = pdu_writed(&req->tc, tmsg->msg.tgetattr.fid)) != NO_ERROR) in p9_proto_tgetattr()
430 if ((ret = pdu_writed(&req->tc, tmsg->msg.tread.fid)) != NO_ERROR) in p9_proto_tread()
434 if ((ret = pdu_writed(&req->tc, tmsg->msg.tread.count)) != 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()
498 if ((ret = pdu_writed(&req->tc, tmsg->msg.tremove.fid)) != NO_ERROR) in p9_proto_tremove()
526 if ((ret = pdu_writed(&req->tc, tmsg->msg.tlcreate.fid)) != NO_ERROR) in p9_proto_tlcreate()
530 if ((ret = pdu_writed(&req->tc, tmsg->msg.tlcreate.flags)) != NO_ERROR) in p9_proto_tlcreate()
532 if ((ret = pdu_writed(&req->tc, tmsg->msg.tlcreate.mode)) != NO_ERROR) in p9_proto_tlcreate()
534 if ((ret = pdu_writed(&req->tc, tmsg->msg.tlcreate.gid)) != NO_ERROR) in p9_proto_tlcreate()
558 if ((ret = pdu_writed(&req->tc, tmsg->msg.treaddir.fid)) != NO_ERROR) in p9_proto_treaddir()
562 if ((ret = pdu_writed(&req->tc, tmsg->msg.treaddir.count)) != NO_ERROR) in p9_proto_treaddir()
584 if ((ret = pdu_writed(&req->tc, tmsg->msg.tmkdir.dfid)) != NO_ERROR) in p9_proto_tmkdir()
588 if ((ret = pdu_writed(&req->tc, tmsg->msg.tmkdir.mode)) != NO_ERROR) in p9_proto_tmkdir()
590 if ((ret = pdu_writed(&req->tc, tmsg->msg.tmkdir.gid)) != NO_ERROR) in p9_proto_tmkdir()