Searched refs:rpc_pipe_msg (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/sunrpc/ |
| H A D | rpc_pipe_fs.h | 27 struct rpc_pipe_msg { struct 36 ssize_t (*upcall)(struct file *, struct rpc_pipe_msg *, char __user *, size_t); argument 40 void (*destroy_msg)(struct rpc_pipe_msg *); 91 extern ssize_t rpc_pipe_generic_upcall(struct file *, struct rpc_pipe_msg *, 93 extern int rpc_queue_upcall(struct rpc_pipe *, struct rpc_pipe_msg *); 96 static inline bool rpc_msg_is_inflight(const struct rpc_pipe_msg *msg) { in rpc_msg_is_inflight()
|
| /linux/net/sunrpc/ |
| H A D | rpc_pipe.c | 65 void (*destroy_msg)(struct rpc_pipe_msg *), int err) in rpc_purge_list() argument 67 struct rpc_pipe_msg *msg; in rpc_purge_list() 72 msg = list_entry(head->next, struct rpc_pipe_msg, list); in rpc_purge_list() 88 void (*destroy_msg)(struct rpc_pipe_msg *); in rpc_timeout_upcall_queue() 104 ssize_t rpc_pipe_generic_upcall(struct file *filp, struct rpc_pipe_msg *msg, in rpc_pipe_generic_upcall() 135 rpc_queue_upcall(struct rpc_pipe *pipe, struct rpc_pipe_msg *msg) in rpc_queue_upcall() 244 struct rpc_pipe_msg *msg; in rpc_pipe_release() 286 struct rpc_pipe_msg *msg; in rpc_pipe_read() 300 struct rpc_pipe_msg, in rpc_pipe_read() 375 struct rpc_pipe_msg *msg; in rpc_pipe_ioctl()
|
| /linux/fs/nfs/ |
| H A D | nfs4idmap.c | 62 struct rpc_pipe_msg pipe_msg; 399 static void idmap_pipe_destroy_msg(struct rpc_pipe_msg *); 500 struct rpc_pipe_msg *msg) in nfs_idmap_prepare_message() 571 struct rpc_pipe_msg *msg; in nfs_idmap_legacy_upcall() 709 idmap_pipe_destroy_msg(struct rpc_pipe_msg *msg) in idmap_pipe_destroy_msg()
|
| /linux/fs/nfs/blocklayout/ |
| H A D | rpc_pipefs.c | 59 struct rpc_pipe_msg *msg = &bl_pipe_msg.msg; in bl_resolve_deviceid() 128 static void bl_pipe_destroy_msg(struct rpc_pipe_msg *msg) in bl_pipe_destroy_msg()
|
| H A D | blocklayout.h | 165 struct rpc_pipe_msg msg;
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | auth_gss.c | 265 struct rpc_pipe_msg msg; 421 gss_v0_upcall(struct file *file, struct rpc_pipe_msg *msg, in gss_v0_upcall() 506 gss_v1_upcall(struct file *file, struct rpc_pipe_msg *msg, in gss_v1_upcall() 875 gss_pipe_destroy_msg(struct rpc_pipe_msg *msg) in gss_pipe_destroy_msg()
|
| /linux/fs/nfsd/ |
| H A D | nfs4recover.c | 657 struct rpc_pipe_msg msg; in __cld_pipe_upcall() 830 cld_pipe_destroy_msg(struct rpc_pipe_msg *msg) in cld_pipe_destroy_msg()
|