Home
last modified time | relevance | path

Searched refs:destroy_msg (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/net/sunrpc/
H A Drpc_pipe.c65 void (*destroy_msg)(struct rpc_pipe_msg *), int err) in rpc_purge_list()
75 destroy_msg(msg); in rpc_purge_list()
88 void (*destroy_msg)(struct rpc_pipe_msg *); in rpc_timeout_upcall_queue() local
92 destroy_msg = pipe->ops->destroy_msg; in rpc_timeout_upcall_queue()
100 &free_list, destroy_msg, -ETIMEDOUT); in rpc_timeout_upcall_queue()
186 rpc_purge_list(&RPC_I(inode)->waitq, &free_list, pipe->ops->destroy_msg, -EPIPE); in rpc_close_pipes()
256 pipe->ops->destroy_msg(msg); in rpc_pipe_release()
269 pipe->ops->destroy_msg, -EAGAIN); in rpc_pipe_release()
317 pipe->ops->destroy_msg(msg); in rpc_pipe_read()
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Drpc_pipe_fs.h40 void (*destroy_msg)(struct rpc_pipe_msg *); member
/OK3568_Linux_fs/kernel/fs/nfs/blocklayout/
H A Drpc_pipefs.c142 .destroy_msg = bl_pipe_destroy_msg,
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4idmap.c408 .destroy_msg = idmap_pipe_destroy_msg,
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dauth_gss.c2185 .destroy_msg = gss_pipe_destroy_msg,
2193 .destroy_msg = gss_pipe_destroy_msg,
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4recover.c931 .destroy_msg = cld_pipe_destroy_msg,