Searched refs:destroy_msg (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | rpc_pipe.c | 65 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 D | rpc_pipe_fs.h | 40 void (*destroy_msg)(struct rpc_pipe_msg *); member
|
| /OK3568_Linux_fs/kernel/fs/nfs/blocklayout/ |
| H A D | rpc_pipefs.c | 142 .destroy_msg = bl_pipe_destroy_msg,
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs4idmap.c | 408 .destroy_msg = idmap_pipe_destroy_msg,
|
| /OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/ |
| H A D | auth_gss.c | 2185 .destroy_msg = gss_pipe_destroy_msg, 2193 .destroy_msg = gss_pipe_destroy_msg,
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs4recover.c | 931 .destroy_msg = cld_pipe_destroy_msg,
|