p9_fcall           84 include/net/9p/client.h 	struct p9_fcall tc;
p9_fcall           85 include/net/9p/client.h 	struct p9_fcall rc;
p9_fcall          220 include/net/9p/client.h void p9_fcall_fini(struct p9_fcall *fc);
p9_fcall          237 include/net/9p/client.h int p9_parse_header(struct p9_fcall *, int32_t *, int8_t *, int16_t *, int);
p9_fcall          149 include/trace/events/9p.h 	    TP_PROTO(struct p9_client *clnt, struct p9_fcall *pdu),
p9_fcall          225 net/9p/client.c static int p9_fcall_init(struct p9_client *c, struct p9_fcall *fc,
p9_fcall          241 net/9p/client.c void p9_fcall_fini(struct p9_fcall *fc)
p9_fcall          446 net/9p/client.c p9_parse_header(struct p9_fcall *pdu, int32_t *size, int8_t *type, int16_t *tag,
p9_fcall           29 net/9p/protocol.c p9pdu_writef(struct p9_fcall *pdu, int proto_version, const char *fmt, ...);
p9_fcall           46 net/9p/protocol.c size_t pdu_read(struct p9_fcall *pdu, void *data, size_t size)
p9_fcall           54 net/9p/protocol.c static size_t pdu_write(struct p9_fcall *pdu, const void *data, size_t size)
p9_fcall           63 net/9p/protocol.c pdu_write_u(struct p9_fcall *pdu, struct iov_iter *from, size_t size)
p9_fcall           92 net/9p/protocol.c p9pdu_vreadf(struct p9_fcall *pdu, int proto_version, const char *fmt,
p9_fcall          351 net/9p/protocol.c p9pdu_vwritef(struct p9_fcall *pdu, int proto_version, const char *fmt,
p9_fcall          520 net/9p/protocol.c int p9pdu_readf(struct p9_fcall *pdu, int proto_version, const char *fmt, ...)
p9_fcall          533 net/9p/protocol.c p9pdu_writef(struct p9_fcall *pdu, int proto_version, const char *fmt, ...)
p9_fcall          547 net/9p/protocol.c 	struct p9_fcall fake_pdu;
p9_fcall          566 net/9p/protocol.c int p9pdu_prepare(struct p9_fcall *pdu, int16_t tag, int8_t type)
p9_fcall          572 net/9p/protocol.c int p9pdu_finalize(struct p9_client *clnt, struct p9_fcall *pdu)
p9_fcall          588 net/9p/protocol.c void p9pdu_reset(struct p9_fcall *pdu)
p9_fcall          597 net/9p/protocol.c 	struct p9_fcall fake_pdu;
p9_fcall           13 net/9p/protocol.h int p9pdu_vwritef(struct p9_fcall *pdu, int proto_version, const char *fmt,
p9_fcall           15 net/9p/protocol.h int p9pdu_readf(struct p9_fcall *pdu, int proto_version, const char *fmt, ...);
p9_fcall           16 net/9p/protocol.h int p9pdu_prepare(struct p9_fcall *pdu, int16_t tag, int8_t type);
p9_fcall           17 net/9p/protocol.h int p9pdu_finalize(struct p9_client *clnt, struct p9_fcall *pdu);
p9_fcall           18 net/9p/protocol.h void p9pdu_reset(struct p9_fcall *pdu);
p9_fcall           19 net/9p/protocol.h size_t pdu_read(struct p9_fcall *pdu, void *data, size_t size);
p9_fcall          122 net/9p/trans_fd.c 	struct p9_fcall rc;
p9_fcall          110 net/9p/trans_rdma.c 		struct p9_fcall rc;