Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/9p/
H A Dprotocol.c556 struct p9_fcall fake_pdu; in p9stat_read() local
559 fake_pdu.size = len; in p9stat_read()
560 fake_pdu.capacity = len; in p9stat_read()
561 fake_pdu.sdata = buf; in p9stat_read()
562 fake_pdu.offset = 0; in p9stat_read()
564 ret = p9pdu_readf(&fake_pdu, clnt->proto_version, "S", st); in p9stat_read()
567 trace_9p_protocol_dump(clnt, &fake_pdu); in p9stat_read()
571 return fake_pdu.offset; in p9stat_read()
606 struct p9_fcall fake_pdu; in p9dirent_read() local
610 fake_pdu in p9dirent_read()
[all...]
/kernel/linux/linux-6.6/net/9p/
H A Dprotocol.c722 struct p9_fcall fake_pdu; in p9stat_read() local
725 fake_pdu.size = len; in p9stat_read()
726 fake_pdu.capacity = len; in p9stat_read()
727 fake_pdu.sdata = buf; in p9stat_read()
728 fake_pdu.offset = 0; in p9stat_read()
730 ret = p9pdu_readf(&fake_pdu, clnt->proto_version, "S", st); in p9stat_read()
733 trace_9p_protocol_dump(clnt, &fake_pdu); in p9stat_read()
737 return fake_pdu.offset; in p9stat_read()
772 struct p9_fcall fake_pdu; in p9dirent_read() local
776 fake_pdu in p9dirent_read()
[all...]

Completed in 2 milliseconds