Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/sunrpc/
Drpc_pipe_fs.h31 #define RPC_PIPE_WAIT_FOR_OPEN 1 macro
/linux-3.4.99/net/sunrpc/auth_gss/
Dauth_gss.c872 RPC_PIPE_WAIT_FOR_OPEN); in gss_create()
879 RPC_PIPE_WAIT_FOR_OPEN); in gss_create()
/linux-3.4.99/fs/nfsd/
Dnfs4recover.c700 cn->cn_pipe = rpc_mkpipe_data(&cld_upcall_ops, RPC_PIPE_WAIT_FOR_OPEN); in nfsd4_init_cld_pipe()
/linux-3.4.99/net/sunrpc/
Drpc_pipe.c142 } else if (pipe->flags & RPC_PIPE_WAIT_FOR_OPEN) { in rpc_queue_upcall()