Home
last modified time | relevance | path

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

/openbmc/linux/net/9p/
H A Dprotocol.h13 int p9pdu_vwritef(struct p9_fcall *pdu, int proto_version, const char *fmt,
15 int p9pdu_readf(struct p9_fcall *pdu, int proto_version, const char *fmt, ...);
16 int p9pdu_prepare(struct p9_fcall *pdu, int16_t tag, int8_t type);
17 int p9pdu_finalize(struct p9_client *clnt, struct p9_fcall *pdu);
18 void p9pdu_reset(struct p9_fcall *pdu);
19 size_t pdu_read(struct p9_fcall *pdu, void *data, size_t size);
H A Dprotocol.c194 p9pdu_writef(struct p9_fcall *pdu, int proto_version, const char *fmt, ...);
211 size_t pdu_read(struct p9_fcall *pdu, void *data, size_t size) in pdu_read()
220 static size_t pdu_write(struct p9_fcall *pdu, const void *data, size_t size) in pdu_write()
230 pdu_write_u(struct p9_fcall *pdu, struct iov_iter *from, size_t size) in pdu_write_u()
258 p9pdu_vreadf(struct p9_fcall *pdu, int proto_version, const char *fmt, in p9pdu_vreadf()
526 p9pdu_vwritef(struct p9_fcall *pdu, int proto_version, const char *fmt, in p9pdu_vwritef()
722 struct p9_fcall fake_pdu; in p9stat_read()
741 int p9pdu_prepare(struct p9_fcall *pdu, int16_t tag, int8_t type) in p9pdu_prepare()
747 int p9pdu_finalize(struct p9_client *clnt, struct p9_fcall *pdu) in p9pdu_finalize()
763 void p9pdu_reset(struct p9_fcall *pdu) in p9pdu_reset()
[all …]
H A Dtrans_rdma.c109 struct p9_fcall rc;
H A Dclient.c225 static int p9_fcall_init(struct p9_client *c, struct p9_fcall *fc, in p9_fcall_init()
243 void p9_fcall_fini(struct p9_fcall *fc) in p9_fcall_fini()
470 p9_parse_header(struct p9_fcall *pdu, int32_t *size, int8_t *type, in p9_parse_header()
H A Dtrans_fd.c123 struct p9_fcall rc;
/openbmc/linux/include/net/9p/
H A Dclient.h82 struct p9_fcall tc;
83 struct p9_fcall rc;
226 void p9_fcall_fini(struct p9_fcall *fc);
283 int p9_parse_header(struct p9_fcall *pdu, int32_t *size, int8_t *type,
H A D9p.h549 struct p9_fcall { struct
/openbmc/linux/include/trace/events/
H A D9p.h173 TP_PROTO(struct p9_client *clnt, struct p9_fcall *pdu),