Home
last modified time | relevance | path

Searched refs:fake_pdu (Results 1 – 1 of 1) sorted by relevance

/net/9p/
Dprotocol.c564 struct p9_fcall fake_pdu; in p9stat_read() local
567 fake_pdu.size = len; in p9stat_read()
568 fake_pdu.capacity = len; in p9stat_read()
569 fake_pdu.sdata = buf; in p9stat_read()
570 fake_pdu.offset = 0; in p9stat_read()
572 ret = p9pdu_readf(&fake_pdu, clnt->proto_version, "S", st); in p9stat_read()
575 trace_9p_protocol_dump(clnt, &fake_pdu); in p9stat_read()
613 struct p9_fcall fake_pdu; in p9dirent_read() local
617 fake_pdu.size = len; in p9dirent_read()
618 fake_pdu.capacity = len; in p9dirent_read()
[all …]