Searched refs:rpc_pipe_msg (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/include/linux/sunrpc/ | 
| D | rpc_pipe_fs.h | 29 struct rpc_pipe_msg {  struct 38 	ssize_t (*upcall)(struct file *, struct rpc_pipe_msg *, char __user *, size_t);  argument 42 	void (*destroy_msg)(struct rpc_pipe_msg *); 93 extern ssize_t rpc_pipe_generic_upcall(struct file *, struct rpc_pipe_msg *, 95 extern int rpc_queue_upcall(struct rpc_pipe *, struct rpc_pipe_msg *);
  | 
| /Linux-v5.4/net/sunrpc/ | 
| 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() 243 	struct rpc_pipe_msg *msg;  in rpc_pipe_release() 285 	struct rpc_pipe_msg *msg;  in rpc_pipe_read() 299 					struct rpc_pipe_msg,  in rpc_pipe_read() 374 			struct rpc_pipe_msg *msg;  in rpc_pipe_ioctl()
  | 
| /Linux-v5.4/fs/nfs/ | 
| D | nfs4idmap.c | 61 	struct rpc_pipe_msg pipe_msg; 401 static void idmap_pipe_destroy_msg(struct rpc_pipe_msg *); 512 				     struct rpc_pipe_msg *msg)  in nfs_idmap_prepare_message() 585 	struct rpc_pipe_msg *msg;  in nfs_idmap_legacy_upcall() 722 idmap_pipe_destroy_msg(struct rpc_pipe_msg *msg)  in idmap_pipe_destroy_msg()
  | 
| /Linux-v5.4/fs/nfs/blocklayout/ | 
| D | rpc_pipefs.c | 60 	struct rpc_pipe_msg *msg = &bl_pipe_msg.msg;  in bl_resolve_deviceid() 129 static void bl_pipe_destroy_msg(struct rpc_pipe_msg *msg)  in bl_pipe_destroy_msg()
  | 
| D | blocklayout.h | 159 	struct rpc_pipe_msg msg;
  | 
| /Linux-v5.4/net/sunrpc/auth_gss/ | 
| D | auth_gss.c | 273 	struct rpc_pipe_msg msg; 429 gss_v0_upcall(struct file *file, struct rpc_pipe_msg *msg,  in gss_v0_upcall() 514 gss_v1_upcall(struct file *file, struct rpc_pipe_msg *msg,  in gss_v1_upcall() 865 gss_pipe_destroy_msg(struct rpc_pipe_msg *msg)  in gss_pipe_destroy_msg()
  | 
| /Linux-v5.4/fs/nfsd/ | 
| D | nfs4recover.c | 761 	struct rpc_pipe_msg msg;  in __cld_pipe_upcall() 923 cld_pipe_destroy_msg(struct rpc_pipe_msg *msg)  in cld_pipe_destroy_msg()
  |