Home
last modified time | relevance | path

Searched refs:cl_shutdown (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/sunrpc/
H A Dclnt.h67 cl_shutdown : 1;/* rpc immediate -EIO */ member
/linux/fs/nfs/
H A Dsysfs.c227 clnt->cl_shutdown = 1; in shutdown_client()
H A Dnfs4state.c1214 if (clnt->cl_shutdown) in nfs4_schedule_state_manager()
H A Dnfs4proc.c9550 if (task->tk_status < 0 && !task->tk_client->cl_shutdown) { in nfs41_sequence_call_done()
/linux/net/sunrpc/
H A Dclnt.c1753 if (task->tk_client->cl_shutdown) { in call_start()