Symbol: p9_fcall
include/net/9p/client.h
326
void p9_fcall_fini(struct p9_fcall *fc);
include/net/9p/client.h
383
int p9_parse_header(struct p9_fcall *pdu, int32_t *size, int8_t *type,
include/net/9p/client.h
88
struct p9_fcall tc;
include/net/9p/client.h
89
struct p9_fcall rc;
include/trace/events/9p.h
173
TP_PROTO(struct p9_client *clnt, struct p9_fcall *pdu),
net/9p/client.c
121
void p9_fcall_fini(struct p9_fcall *fc)
net/9p/client.c
348
p9_parse_header(struct p9_fcall *pdu, int32_t *size, int8_t *type,
net/9p/client.c
96
static int p9_fcall_init(struct p9_client *c, struct p9_fcall *fc,
net/9p/protocol.c
194
p9pdu_writef(struct p9_fcall *pdu, int proto_version, const char *fmt, ...);
net/9p/protocol.c
211
size_t pdu_read(struct p9_fcall *pdu, void *data, size_t size)
net/9p/protocol.c
220
static size_t pdu_write(struct p9_fcall *pdu, const void *data, size_t size)
net/9p/protocol.c
230
pdu_write_u(struct p9_fcall *pdu, struct iov_iter *from, size_t size)
net/9p/protocol.c
258
p9pdu_vreadf(struct p9_fcall *pdu, int proto_version, const char *fmt,
net/9p/protocol.c
525
p9pdu_vwritef(struct p9_fcall *pdu, int proto_version, const char *fmt,
net/9p/protocol.c
694
int p9pdu_readf(struct p9_fcall *pdu, int proto_version, const char *fmt, ...)
net/9p/protocol.c
707
p9pdu_writef(struct p9_fcall *pdu, int proto_version, const char *fmt, ...)
net/9p/protocol.c
721
struct p9_fcall fake_pdu;
net/9p/protocol.c
740
int p9pdu_prepare(struct p9_fcall *pdu, int16_t tag, int8_t type)
net/9p/protocol.c
746
int p9pdu_finalize(struct p9_client *clnt, struct p9_fcall *pdu)
net/9p/protocol.c
762
void p9pdu_reset(struct p9_fcall *pdu)
net/9p/protocol.c
771
struct p9_fcall fake_pdu;
net/9p/protocol.h
13
int p9pdu_vwritef(struct p9_fcall *pdu, int proto_version, const char *fmt,
net/9p/protocol.h
15
int p9pdu_readf(struct p9_fcall *pdu, int proto_version, const char *fmt, ...);
net/9p/protocol.h
16
int p9pdu_prepare(struct p9_fcall *pdu, int16_t tag, int8_t type);
net/9p/protocol.h
17
int p9pdu_finalize(struct p9_client *clnt, struct p9_fcall *pdu);
net/9p/protocol.h
18
void p9pdu_reset(struct p9_fcall *pdu);
net/9p/protocol.h
19
size_t pdu_read(struct p9_fcall *pdu, void *data, size_t size);
net/9p/trans_fd.c
87
struct p9_fcall rc;
net/9p/trans_rdma.c
105
struct p9_fcall rc;
net/9p/trans_usbg.c
182
struct p9_fcall rc;