Lines Matching refs:pipe
669 __cld_pipe_upcall(struct rpc_pipe *pipe, struct cld_msg *cmsg) in __cld_pipe_upcall() argument
683 ret = rpc_queue_upcall(pipe, &msg); in __cld_pipe_upcall()
698 cld_pipe_upcall(struct rpc_pipe *pipe, struct cld_msg *cmsg) in cld_pipe_upcall() argument
707 ret = __cld_pipe_upcall(pipe, cmsg); in cld_pipe_upcall()
781 nfsd4_cld_register_sb(struct super_block *sb, struct rpc_pipe *pipe) in nfsd4_cld_register_sb() argument
788 dentry = rpc_mkpipe_dentry(dir, NFSD_CLD_PIPE, NULL, pipe); in nfsd4_cld_register_sb()
794 nfsd4_cld_unregister_sb(struct rpc_pipe *pipe) in nfsd4_cld_unregister_sb() argument
796 if (pipe->dentry) in nfsd4_cld_unregister_sb()
797 rpc_unlink(pipe->dentry); in nfsd4_cld_unregister_sb()
801 nfsd4_cld_register_net(struct net *net, struct rpc_pipe *pipe) in nfsd4_cld_register_net() argument
809 dentry = nfsd4_cld_register_sb(sb, pipe); in nfsd4_cld_register_net()
815 nfsd4_cld_unregister_net(struct net *net, struct rpc_pipe *pipe) in nfsd4_cld_unregister_net() argument
821 nfsd4_cld_unregister_sb(pipe); in nfsd4_cld_unregister_net()