Symbol: rpc_pipe
fs/nfs/blocklayout/rpc_pipefs.c
145
struct rpc_pipe *pipe)
fs/nfs/blocklayout/rpc_pipefs.c
193
static int nfs4blocklayout_register_net(struct net *net, struct rpc_pipe *pipe)
fs/nfs/blocklayout/rpc_pipefs.c
207
struct rpc_pipe *pipe)
fs/nfs/netns.h
23
struct rpc_pipe *bl_device_pipe;
fs/nfs/nfs4idmap.c
445
struct rpc_pipe *pipe;
fs/nfs/nfs4idmap.c
70
struct rpc_pipe *idmap_pipe;
fs/nfsd/nfs4recover.c
1384
struct rpc_pipe *pipe = cn->cn_pipe;
fs/nfsd/nfs4recover.c
631
struct rpc_pipe *cn_pipe;
fs/nfsd/nfs4recover.c
652
__cld_pipe_upcall(struct rpc_pipe *pipe, void *cmsg, struct nfsd_net *nn)
fs/nfsd/nfs4recover.c
676
cld_pipe_upcall(struct rpc_pipe *pipe, void *cmsg, struct nfsd_net *nn)
fs/nfsd/nfs4recover.c
849
nfsd4_cld_register_sb(struct super_block *sb, struct rpc_pipe *pipe)
fs/nfsd/nfs4recover.c
863
nfsd4_cld_register_net(struct net *net, struct rpc_pipe *pipe)
fs/nfsd/nfs4recover.c
877
nfsd4_cld_unregister_net(struct net *net, struct rpc_pipe *pipe)
include/linux/sunrpc/rpc_pipe_fs.h
128
struct rpc_pipe *rpc_mkpipe_data(const struct rpc_pipe_ops *ops, int flags);
include/linux/sunrpc/rpc_pipe_fs.h
129
void rpc_destroy_pipe_data(struct rpc_pipe *pipe);
include/linux/sunrpc/rpc_pipe_fs.h
131
struct rpc_pipe *);
include/linux/sunrpc/rpc_pipe_fs.h
132
extern void rpc_unlink(struct rpc_pipe *);
include/linux/sunrpc/rpc_pipe_fs.h
61
struct rpc_pipe *pipe;
include/linux/sunrpc/rpc_pipe_fs.h
93
extern int rpc_queue_upcall(struct rpc_pipe *, struct rpc_pipe_msg *);
net/sunrpc/auth_gss/auth_gss.c
268
struct rpc_pipe *pipe;
net/sunrpc/auth_gss/auth_gss.c
317
__gss_find_upcall(struct rpc_pipe *pipe, kuid_t uid, const struct gss_auth *auth)
net/sunrpc/auth_gss/auth_gss.c
338
struct rpc_pipe *pipe = gss_msg->pipe;
net/sunrpc/auth_gss/auth_gss.c
364
struct rpc_pipe *pipe = gss_msg->pipe;
net/sunrpc/auth_gss/auth_gss.c
398
struct rpc_pipe *pipe = gss_msg->pipe;
net/sunrpc/auth_gss/auth_gss.c
605
struct rpc_pipe *pipe;
net/sunrpc/auth_gss/auth_gss.c
648
struct rpc_pipe *pipe;
net/sunrpc/auth_gss/auth_gss.c
709
gss_find_downcall(struct rpc_pipe *pipe, kuid_t uid)
net/sunrpc/auth_gss/auth_gss.c
731
struct rpc_pipe *pipe = RPC_I(file_inode(filp))->pipe;
net/sunrpc/auth_gss/auth_gss.c
80
struct rpc_pipe *pipe;
net/sunrpc/auth_gss/auth_gss.c
853
struct rpc_pipe *pipe = RPC_I(inode)->pipe;
net/sunrpc/netns.h
18
struct rpc_pipe *gssd_dummy;
net/sunrpc/rpc_pipe.c
1096
rpc_gssd_dummy_populate(struct dentry *root, struct rpc_pipe *pipe_data)
net/sunrpc/rpc_pipe.c
1158
struct rpc_pipe *pipe = sn->gssd_dummy;
net/sunrpc/rpc_pipe.c
135
rpc_queue_upcall(struct rpc_pipe *pipe, struct rpc_pipe_msg *msg)
net/sunrpc/rpc_pipe.c
174
struct rpc_pipe *pipe = RPC_I(inode)->pipe;
net/sunrpc/rpc_pipe.c
216
struct rpc_pipe *pipe;
net/sunrpc/rpc_pipe.c
243
struct rpc_pipe *pipe;
net/sunrpc/rpc_pipe.c
285
struct rpc_pipe *pipe;
net/sunrpc/rpc_pipe.c
361
struct rpc_pipe *pipe;
net/sunrpc/rpc_pipe.c
489
init_pipe(struct rpc_pipe *pipe)
net/sunrpc/rpc_pipe.c
504
void rpc_destroy_pipe_data(struct rpc_pipe *pipe)
net/sunrpc/rpc_pipe.c
510
struct rpc_pipe *rpc_mkpipe_data(const struct rpc_pipe_ops *ops, int flags)
net/sunrpc/rpc_pipe.c
512
struct rpc_pipe *pipe;
net/sunrpc/rpc_pipe.c
514
pipe = kzalloc_obj(struct rpc_pipe);
net/sunrpc/rpc_pipe.c
636
void *private, struct rpc_pipe *pipe)
net/sunrpc/rpc_pipe.c
690
rpc_unlink(struct rpc_pipe *pipe)
net/sunrpc/rpc_pipe.c
86
struct rpc_pipe *pipe =
net/sunrpc/rpc_pipe.c
87
container_of(work, struct rpc_pipe, queue_timeout.work);