Searched refs:p9_fcall (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/net/9p/ |
D | protocol.h | 28 int p9pdu_vwritef(struct p9_fcall *pdu, int proto_version, const char *fmt, 30 int p9pdu_readf(struct p9_fcall *pdu, int proto_version, const char *fmt, ...); 31 int p9pdu_prepare(struct p9_fcall *pdu, int16_t tag, int8_t type); 32 int p9pdu_finalize(struct p9_client *clnt, struct p9_fcall *pdu); 33 void p9pdu_reset(struct p9_fcall *pdu); 34 size_t pdu_read(struct p9_fcall *pdu, void *data, size_t size);
|
D | protocol.c | 44 p9pdu_writef(struct p9_fcall *pdu, int proto_version, const char *fmt, ...); 56 size_t pdu_read(struct p9_fcall *pdu, void *data, size_t size) in pdu_read() 64 static size_t pdu_write(struct p9_fcall *pdu, const void *data, size_t size) in pdu_write() 73 pdu_write_u(struct p9_fcall *pdu, struct iov_iter *from, size_t size) in pdu_write_u() 102 p9pdu_vreadf(struct p9_fcall *pdu, int proto_version, const char *fmt, in p9pdu_vreadf() 361 p9pdu_vwritef(struct p9_fcall *pdu, int proto_version, const char *fmt, in p9pdu_vwritef() 530 int p9pdu_readf(struct p9_fcall *pdu, int proto_version, const char *fmt, ...) in p9pdu_readf() 543 p9pdu_writef(struct p9_fcall *pdu, int proto_version, const char *fmt, ...) in p9pdu_writef() 557 struct p9_fcall fake_pdu; in p9stat_read() 575 int p9pdu_prepare(struct p9_fcall *pdu, int16_t tag, int8_t type) in p9pdu_prepare() [all …]
|
D | client.c | 234 static struct p9_fcall *p9_fcall_alloc(int alloc_msize) in p9_fcall_alloc() 236 struct p9_fcall *fc; in p9_fcall_alloc() 237 fc = kmalloc(sizeof(struct p9_fcall) + alloc_msize, GFP_NOFS); in p9_fcall_alloc() 241 fc->sdata = (char *) fc + sizeof(struct p9_fcall); in p9_fcall_alloc() 462 p9_parse_header(struct p9_fcall *pdu, int32_t *size, int8_t *type, int16_t *tag, in p9_parse_header()
|
D | trans_fd.c | 136 struct p9_fcall rc; 365 m->rc.sdata = (char *)m->req->rc + sizeof(struct p9_fcall); in p9_read_work()
|
D | trans_rdma.c | 125 struct p9_fcall *rc;
|
/Linux-v4.19/include/net/9p/ |
D | client.h | 117 struct p9_fcall *tc; 118 struct p9_fcall *rc; 272 int p9_parse_header(struct p9_fcall *, int32_t *, int8_t *, int16_t *, int);
|
D | 9p.h | 553 struct p9_fcall { struct
|
/Linux-v4.19/include/trace/events/ |
D | 9p.h | 149 TP_PROTO(struct p9_client *clnt, struct p9_fcall *pdu),
|