Home
last modified time | relevance | path

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

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