Home
last modified time | relevance | path

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

/linux-4.4.14/net/9p/
Dprotocol.h28 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);
Dprotocol.c44 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()
360 p9pdu_vwritef(struct p9_fcall *pdu, int proto_version, const char *fmt, in p9pdu_vwritef()
529 int p9pdu_readf(struct p9_fcall *pdu, int proto_version, const char *fmt, ...) in p9pdu_readf()
542 p9pdu_writef(struct p9_fcall *pdu, int proto_version, const char *fmt, ...) in p9pdu_writef()
556 struct p9_fcall fake_pdu; in p9stat_read()
574 int p9pdu_prepare(struct p9_fcall *pdu, int16_t tag, int8_t type) in p9pdu_prepare()
[all …]
Dclient.c208 static struct p9_fcall *p9_fcall_alloc(int alloc_msize) in p9_fcall_alloc()
210 struct p9_fcall *fc; in p9_fcall_alloc()
211 fc = kmalloc(sizeof(struct p9_fcall) + alloc_msize, GFP_NOFS); in p9_fcall_alloc()
215 fc->sdata = (char *) fc + sizeof(struct p9_fcall); in p9_fcall_alloc()
445 p9_parse_header(struct p9_fcall *pdu, int32_t *size, int8_t *type, int16_t *tag, in p9_parse_header()
Dtrans_fd.c356 m->req->rc = kmalloc(sizeof(struct p9_fcall) + in p9_read_work()
364 m->rbuf = (char *)m->req->rc + sizeof(struct p9_fcall); in p9_read_work()
Dtrans_virtio.c146 struct p9_fcall *rc; in req_done()
Dtrans_rdma.c123 struct p9_fcall *rc;
/linux-4.4.14/include/net/9p/
Dclient.h116 struct p9_fcall *tc;
117 struct p9_fcall *rc;
262 int p9_parse_header(struct p9_fcall *, int32_t *, int8_t *, int16_t *, int);
D9p.h553 struct p9_fcall { struct
/linux-4.4.14/include/trace/events/
D9p.h148 TP_PROTO(struct p9_client *clnt, struct p9_fcall *pdu),