Searched refs:NFS4CLNT_MANAGER_RUNNING (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/nfs/ |
D | nfs4state.c | 1137 clear_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state); in nfs4_clear_state_manager_bit() 1139 wake_up_bit(&clp->cl_state, NFS4CLNT_MANAGER_RUNNING); in nfs4_clear_state_manager_bit() 1151 if (test_and_set_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) != 0) in nfs4_schedule_state_manager() 1247 res = wait_on_bit_action(&clp->cl_state, NFS4CLNT_MANAGER_RUNNING, in nfs4_wait_clnt_recover() 2429 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 | 483 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0) in nfs4_async_handle_exception()
|
/linux-4.4.14/fs/nfs/filelayout/ |
D | filelayout.c | 221 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &mds_client->cl_state) == 0) in filelayout_async_handle_error()
|
/linux-4.4.14/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 1068 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &mds_client->cl_state) == 0) in ff_layout_async_handle_error_v4()
|