Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/sunrpc/
Drpc_pipe_fs.h50 #define RPC_PIPE_WAIT_FOR_OPEN 1 macro
/Linux-v6.6/net/sunrpc/
Drpc_pipe.c145 } else if (pipe->flags & RPC_PIPE_WAIT_FOR_OPEN) { in rpc_queue_upcall()
/Linux-v6.6/fs/nfsd/
Dnfs4recover.c998 cn->cn_pipe = rpc_mkpipe_data(&cld_upcall_ops, RPC_PIPE_WAIT_FOR_OPEN); in __nfsd4_init_cld_pipe()
/Linux-v6.6/net/sunrpc/auth_gss/
Dauth_gss.c926 p->pipe = rpc_mkpipe_data(upcall_ops, RPC_PIPE_WAIT_FOR_OPEN); in gss_pipe_alloc()