Home
last modified time | relevance | path

Searched refs:RPC_PIPE_WAIT_FOR_OPEN (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/sunrpc/
Drpc_pipe_fs.h52 #define RPC_PIPE_WAIT_FOR_OPEN 1 macro
/Linux-v4.19/fs/nfsd/
Dnfs4recover.c845 cn->cn_pipe = rpc_mkpipe_data(&cld_upcall_ops, RPC_PIPE_WAIT_FOR_OPEN); in nfsd4_init_cld_pipe()
/Linux-v4.19/net/sunrpc/
Drpc_pipe.c143 } else if (pipe->flags & RPC_PIPE_WAIT_FOR_OPEN) { in rpc_queue_upcall()
/Linux-v4.19/net/sunrpc/auth_gss/
Dauth_gss.c917 p->pipe = rpc_mkpipe_data(upcall_ops, RPC_PIPE_WAIT_FOR_OPEN); in gss_pipe_alloc()