Lines Matching defs:fake_pdu
556 struct p9_fcall fake_pdu;
559 fake_pdu.size = len;
560 fake_pdu.capacity = len;
561 fake_pdu.sdata = buf;
562 fake_pdu.offset = 0;
564 ret = p9pdu_readf(&fake_pdu, clnt->proto_version, "S", st);
567 trace_9p_protocol_dump(clnt, &fake_pdu);
571 return fake_pdu.offset;
606 struct p9_fcall fake_pdu;
610 fake_pdu.size = len;
611 fake_pdu.capacity = len;
612 fake_pdu.sdata = buf;
613 fake_pdu.offset = 0;
615 ret = p9pdu_readf(&fake_pdu, clnt->proto_version, "Qqbs", &dirent->qid,
619 trace_9p_protocol_dump(clnt, &fake_pdu);
633 return fake_pdu.offset;