p9_fcall          565 include/net/9p/9p.h struct p9_fcall *p9_create_tversion(u32 msize, char *version);
p9_fcall          566 include/net/9p/9p.h struct p9_fcall *p9_create_tattach(u32 fid, u32 afid, char *uname,
p9_fcall          568 include/net/9p/9p.h struct p9_fcall *p9_create_tauth(u32 afid, char *uname, char *aname,
p9_fcall          570 include/net/9p/9p.h struct p9_fcall *p9_create_tflush(u16 oldtag);
p9_fcall          571 include/net/9p/9p.h struct p9_fcall *p9_create_twalk(u32 fid, u32 newfid, u16 nwname,
p9_fcall          573 include/net/9p/9p.h struct p9_fcall *p9_create_topen(u32 fid, u8 mode);
p9_fcall          574 include/net/9p/9p.h struct p9_fcall *p9_create_tcreate(u32 fid, char *name, u32 perm, u8 mode,
p9_fcall          576 include/net/9p/9p.h struct p9_fcall *p9_create_tread(u32 fid, u64 offset, u32 count);
p9_fcall          577 include/net/9p/9p.h struct p9_fcall *p9_create_twrite(u32 fid, u64 offset, u32 count,
p9_fcall          579 include/net/9p/9p.h struct p9_fcall *p9_create_twrite_u(u32 fid, u64 offset, u32 count,
p9_fcall          581 include/net/9p/9p.h struct p9_fcall *p9_create_tclunk(u32 fid);
p9_fcall          582 include/net/9p/9p.h struct p9_fcall *p9_create_tremove(u32 fid);
p9_fcall          583 include/net/9p/9p.h struct p9_fcall *p9_create_tstat(u32 fid);
p9_fcall          584 include/net/9p/9p.h struct p9_fcall *p9_create_twstat(u32 fid, struct p9_wstat *wstat,
p9_fcall           87 include/net/9p/client.h 	struct p9_fcall *rdir_fcall;
p9_fcall           71 include/net/9p/transport.h 	int (*rpc) (struct p9_trans *t, struct p9_fcall *tc,
p9_fcall           72 include/net/9p/transport.h 							struct p9_fcall **rc);
p9_fcall          146 net/9p/client.c 	struct p9_fcall *tc, *rc;
p9_fcall          265 net/9p/client.c 	struct p9_fcall *tc, *rc;
p9_fcall          311 net/9p/client.c 	struct p9_fcall *tc, *rc;
p9_fcall          356 net/9p/client.c 	struct p9_fcall *tc, *rc;
p9_fcall          435 net/9p/client.c 	struct p9_fcall *tc, *rc;
p9_fcall          472 net/9p/client.c 	struct p9_fcall *tc, *rc;
p9_fcall          510 net/9p/client.c 	struct p9_fcall *tc, *rc;
p9_fcall          542 net/9p/client.c 	struct p9_fcall *tc, *rc;
p9_fcall          574 net/9p/client.c 	struct p9_fcall *tc, *rc;
p9_fcall          631 net/9p/client.c 	struct p9_fcall *tc, *rc;
p9_fcall          685 net/9p/client.c 	struct p9_fcall *tc, *rc;
p9_fcall          749 net/9p/client.c 	struct p9_fcall *tc, *rc;
p9_fcall          828 net/9p/client.c 	struct p9_fcall *tc, *rc;
p9_fcall          872 net/9p/client.c 	struct p9_fcall *tc, *rc;
p9_fcall          900 net/9p/client.c 	struct p9_fcall *tc, *rc;
p9_fcall          498 net/9p/conv.c  static struct p9_fcall *
p9_fcall          501 net/9p/conv.c  	struct p9_fcall *fc;
p9_fcall          504 net/9p/conv.c  	fc = kmalloc(sizeof(struct p9_fcall) + size, GFP_KERNEL);
p9_fcall          537 net/9p/conv.c  struct p9_fcall *p9_create_tversion(u32 msize, char *version)
p9_fcall          540 net/9p/conv.c  	struct p9_fcall *fc;
p9_fcall          571 net/9p/conv.c  struct p9_fcall *p9_create_tauth(u32 afid, char *uname, char *aname,
p9_fcall          575 net/9p/conv.c  	struct p9_fcall *fc;
p9_fcall          621 net/9p/conv.c  struct p9_fcall *
p9_fcall          626 net/9p/conv.c  	struct p9_fcall *fc;
p9_fcall          663 net/9p/conv.c  struct p9_fcall *p9_create_tflush(u16 oldtag)
p9_fcall          666 net/9p/conv.c  	struct p9_fcall *fc;
p9_fcall          695 net/9p/conv.c  struct p9_fcall *p9_create_twalk(u32 fid, u32 newfid, u16 nwname,
p9_fcall          699 net/9p/conv.c  	struct p9_fcall *fc;
p9_fcall          740 net/9p/conv.c  struct p9_fcall *p9_create_topen(u32 fid, u8 mode)
p9_fcall          743 net/9p/conv.c  	struct p9_fcall *fc;
p9_fcall          777 net/9p/conv.c  struct p9_fcall *p9_create_tcreate(u32 fid, char *name, u32 perm, u8 mode,
p9_fcall          781 net/9p/conv.c  	struct p9_fcall *fc;
p9_fcall          819 net/9p/conv.c  struct p9_fcall *p9_create_tread(u32 fid, u64 offset, u32 count)
p9_fcall          822 net/9p/conv.c  	struct p9_fcall *fc;
p9_fcall          855 net/9p/conv.c  struct p9_fcall *p9_create_twrite(u32 fid, u64 offset, u32 count,
p9_fcall          859 net/9p/conv.c  	struct p9_fcall *fc;
p9_fcall          898 net/9p/conv.c  struct p9_fcall *p9_create_twrite_u(u32 fid, u64 offset, u32 count,
p9_fcall          902 net/9p/conv.c  	struct p9_fcall *fc;
p9_fcall          939 net/9p/conv.c  struct p9_fcall *p9_create_tclunk(u32 fid)
p9_fcall          942 net/9p/conv.c  	struct p9_fcall *fc;
p9_fcall          968 net/9p/conv.c  struct p9_fcall *p9_create_tremove(u32 fid)
p9_fcall          971 net/9p/conv.c  	struct p9_fcall *fc;
p9_fcall          997 net/9p/conv.c  struct p9_fcall *p9_create_tstat(u32 fid)
p9_fcall         1000 net/9p/conv.c  	struct p9_fcall *fc;
p9_fcall         1028 net/9p/conv.c  struct p9_fcall *p9_create_twstat(u32 fid, struct p9_wstat *wstat,
p9_fcall         1032 net/9p/conv.c  	struct p9_fcall *fc;
p9_fcall          129 net/9p/trans_fd.c 	struct p9_fcall *tcall;
p9_fcall          130 net/9p/trans_fd.c 	struct p9_fcall *rcall;
p9_fcall          182 net/9p/trans_fd.c 	struct p9_fcall *rcall;
p9_fcall          210 net/9p/trans_fd.c 	struct p9_fcall *tcall;
p9_fcall          211 net/9p/trans_fd.c 	struct p9_fcall *rcall;
p9_fcall          702 net/9p/trans_fd.c 	struct p9_fcall *rcall;
p9_fcall          715 net/9p/trans_fd.c 		    kmalloc(sizeof(struct p9_fcall) + m->msize, GFP_KERNEL);
p9_fcall          721 net/9p/trans_fd.c 		m->rbuf = (char *)m->rcall + sizeof(struct p9_fcall);
p9_fcall          767 net/9p/trans_fd.c 			m->rcall = kmalloc(sizeof(struct p9_fcall) + m->msize,
p9_fcall          774 net/9p/trans_fd.c 			m->rbuf = (char *)m->rcall + sizeof(struct p9_fcall);
p9_fcall          961 net/9p/trans_fd.c 	struct p9_fcall *fc;
p9_fcall          237 net/9p/trans_virtio.c 	struct p9_fcall *rc;
p9_fcall          305 net/9p/trans_virtio.c 		*rc = kmalloc(sizeof(struct p9_fcall) + t->msize, GFP_KERNEL);
p9_fcall          310 net/9p/trans_virtio.c 	rdata = (char *)*rc+sizeof(struct p9_fcall);