Symbol: rpc_pipe_msg
fs/nfs/blocklayout/blocklayout.h
165
struct rpc_pipe_msg msg;
fs/nfs/blocklayout/rpc_pipefs.c
128
static void bl_pipe_destroy_msg(struct rpc_pipe_msg *msg)
fs/nfs/blocklayout/rpc_pipefs.c
59
struct rpc_pipe_msg *msg = &bl_pipe_msg.msg;
fs/nfs/nfs4idmap.c
399
static void idmap_pipe_destroy_msg(struct rpc_pipe_msg *);
fs/nfs/nfs4idmap.c
500
struct rpc_pipe_msg *msg)
fs/nfs/nfs4idmap.c
571
struct rpc_pipe_msg *msg;
fs/nfs/nfs4idmap.c
62
struct rpc_pipe_msg pipe_msg;
fs/nfs/nfs4idmap.c
709
idmap_pipe_destroy_msg(struct rpc_pipe_msg *msg)
fs/nfsd/nfs4recover.c
655
struct rpc_pipe_msg msg;
fs/nfsd/nfs4recover.c
829
cld_pipe_destroy_msg(struct rpc_pipe_msg *msg)
include/linux/sunrpc/rpc_pipe_fs.h
36
ssize_t (*upcall)(struct file *, struct rpc_pipe_msg *, char __user *, size_t);
include/linux/sunrpc/rpc_pipe_fs.h
40
void (*destroy_msg)(struct rpc_pipe_msg *);
include/linux/sunrpc/rpc_pipe_fs.h
91
extern ssize_t rpc_pipe_generic_upcall(struct file *, struct rpc_pipe_msg *,
include/linux/sunrpc/rpc_pipe_fs.h
93
extern int rpc_queue_upcall(struct rpc_pipe *, struct rpc_pipe_msg *);
include/linux/sunrpc/rpc_pipe_fs.h
96
static inline bool rpc_msg_is_inflight(const struct rpc_pipe_msg *msg) {
net/sunrpc/auth_gss/auth_gss.c
265
struct rpc_pipe_msg msg;
net/sunrpc/auth_gss/auth_gss.c
421
gss_v0_upcall(struct file *file, struct rpc_pipe_msg *msg,
net/sunrpc/auth_gss/auth_gss.c
506
gss_v1_upcall(struct file *file, struct rpc_pipe_msg *msg,
net/sunrpc/auth_gss/auth_gss.c
875
gss_pipe_destroy_msg(struct rpc_pipe_msg *msg)
net/sunrpc/rpc_pipe.c
104
ssize_t rpc_pipe_generic_upcall(struct file *filp, struct rpc_pipe_msg *msg,
net/sunrpc/rpc_pipe.c
135
rpc_queue_upcall(struct rpc_pipe *pipe, struct rpc_pipe_msg *msg)
net/sunrpc/rpc_pipe.c
244
struct rpc_pipe_msg *msg;
net/sunrpc/rpc_pipe.c
286
struct rpc_pipe_msg *msg;
net/sunrpc/rpc_pipe.c
300
struct rpc_pipe_msg,
net/sunrpc/rpc_pipe.c
375
struct rpc_pipe_msg *msg;
net/sunrpc/rpc_pipe.c
65
void (*destroy_msg)(struct rpc_pipe_msg *), int err)
net/sunrpc/rpc_pipe.c
67
struct rpc_pipe_msg *msg;
net/sunrpc/rpc_pipe.c
72
msg = list_entry(head->next, struct rpc_pipe_msg, list);
net/sunrpc/rpc_pipe.c
88
void (*destroy_msg)(struct rpc_pipe_msg *);