p9_trans           51 include/net/9p/client.h 	struct p9_trans *trans;
p9_trans           70 include/net/9p/transport.h 	void (*close) (struct p9_trans *);
p9_trans           71 include/net/9p/transport.h 	int (*rpc) (struct p9_trans *t, struct p9_fcall *tc,
p9_trans           95 include/net/9p/transport.h 	struct p9_trans * (*create)(const char *, char *, int, unsigned char);
p9_trans          177 net/9p/trans_fd.c 	struct p9_trans *trans;
p9_trans         1405 net/9p/trans_fd.c static struct p9_trans *
p9_trans         1409 net/9p/trans_fd.c 	struct p9_trans *trans;
p9_trans         1423 net/9p/trans_fd.c 	trans = kmalloc(sizeof(struct p9_trans), GFP_KERNEL);
p9_trans         1474 net/9p/trans_fd.c static struct p9_trans *
p9_trans         1481 net/9p/trans_fd.c 	struct p9_trans *trans;
p9_trans         1485 net/9p/trans_fd.c 	trans = kmalloc(sizeof(struct p9_trans), GFP_KERNEL);
p9_trans         1535 net/9p/trans_fd.c static struct p9_trans *
p9_trans         1540 net/9p/trans_fd.c 	struct p9_trans *trans;
p9_trans         1551 net/9p/trans_fd.c 	trans = kmalloc(sizeof(struct p9_trans), GFP_KERNEL);
p9_trans          444 net/9p/trans_virtio.c static struct p9_trans *
p9_trans          448 net/9p/trans_virtio.c 	struct p9_trans *trans;
p9_trans          478 net/9p/trans_virtio.c 	trans = kmalloc(sizeof(struct p9_trans), GFP_KERNEL);