Lines Matching defs:fake_pdu
722 struct p9_fcall fake_pdu;
725 fake_pdu.size = len;
726 fake_pdu.capacity = len;
727 fake_pdu.sdata = buf;
728 fake_pdu.offset = 0;
730 ret = p9pdu_readf(&fake_pdu, clnt->proto_version, "S", st);
733 trace_9p_protocol_dump(clnt, &fake_pdu);
737 return fake_pdu.offset;
772 struct p9_fcall fake_pdu;
776 fake_pdu.size = len;
777 fake_pdu.capacity = len;
778 fake_pdu.sdata = buf;
779 fake_pdu.offset = 0;
781 ret = p9pdu_readf(&fake_pdu, clnt->proto_version, "Qqbs", &dirent->qid,
785 trace_9p_protocol_dump(clnt, &fake_pdu);
799 return fake_pdu.offset;