Lines Matching refs:fid
249 if ((ret = pdu_writed(&req->tc, tmsg->msg.tattach.fid)) != 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()
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()
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()
558 if ((ret = pdu_writed(&req->tc, tmsg->msg.treaddir.fid)) != NO_ERROR) in p9_proto_treaddir()