Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/9p/
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);
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()
517 p9pdu_vwritef(struct p9_fcall *pdu, int proto_version, const char *fmt, in p9pdu_vwritef()
713 struct p9_fcall fake_pdu; in p9stat_read()
732 int p9pdu_prepare(struct p9_fcall *pdu, int16_t tag, int8_t type) in p9pdu_prepare()
738 int p9pdu_finalize(struct p9_client *clnt, struct p9_fcall *pdu) in p9pdu_finalize()
754 void p9pdu_reset(struct p9_fcall *pdu) in p9pdu_reset()
[all …]
A Dtrans_rdma.c109 struct p9_fcall rc;
A Dclient.c225 static int p9_fcall_init(struct p9_client *c, struct p9_fcall *fc, in p9_fcall_init()
241 void p9_fcall_fini(struct p9_fcall *fc) in p9_fcall_fini()
468 p9_parse_header(struct p9_fcall *pdu, int32_t *size, int8_t *type, in p9_parse_header()
A Dtrans_fd.c123 struct p9_fcall rc;
/linux-6.3-rc2/include/net/9p/
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,
A D9p.h543 struct p9_fcall { struct
/linux-6.3-rc2/include/trace/events/
A D9p.h173 TP_PROTO(struct p9_client *clnt, struct p9_fcall *pdu),

Completed in 15 milliseconds