Searched refs:NFS4CLNT_MANAGER_RUNNING (Results 1 – 5 of 5) sorted by relevance
/fs/nfs/ |
D | nfs4state.c | 1145 clear_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state); in nfs4_clear_state_manager_bit() 1147 wake_up_bit(&clp->cl_state, NFS4CLNT_MANAGER_RUNNING); in nfs4_clear_state_manager_bit() 1159 if (test_and_set_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) != 0) in nfs4_schedule_state_manager() 1255 res = wait_on_bit_action(&clp->cl_state, NFS4CLNT_MANAGER_RUNNING, in nfs4_wait_clnt_recover() 2491 if (test_and_set_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) != 0) in nfs4_state_manager()
|
D | nfs4_fs.h | 29 NFS4CLNT_MANAGER_RUNNING = 0, enumerator
|
D | nfs4proc.c | 536 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0) in nfs4_async_handle_exception()
|
/fs/nfs/filelayout/ |
D | filelayout.c | 222 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &mds_client->cl_state) == 0) in filelayout_async_handle_error()
|
/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 1165 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &mds_client->cl_state) == 0) in ff_layout_async_handle_error_v4()
|