Searched refs:p9_fcall (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/net/9p/ |
D | protocol.h | 13 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);
|
D | protocol.c | 194 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() 686 int p9pdu_readf(struct p9_fcall *pdu, int proto_version, const char *fmt, ...) in p9pdu_readf() 699 p9pdu_writef(struct p9_fcall *pdu, int proto_version, const char *fmt, ...) in p9pdu_writef() 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() [all …]
|
D | trans_rdma.c | 110 struct p9_fcall rc;
|
D | client.c | 221 static int p9_fcall_init(struct p9_client *c, struct p9_fcall *fc, in p9_fcall_init() 237 void p9_fcall_fini(struct p9_fcall *fc) in p9_fcall_fini() 464 p9_parse_header(struct p9_fcall *pdu, int32_t *size, int8_t *type, in p9_parse_header()
|
D | trans_fd.c | 124 struct p9_fcall rc;
|
/linux-6.1.9/include/net/9p/ |
D | client.h | 82 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,
|
D | 9p.h | 542 struct p9_fcall { struct
|
/linux-6.1.9/include/trace/events/ |
D | 9p.h | 173 TP_PROTO(struct p9_client *clnt, struct p9_fcall *pdu),
|