Searched refs:in_recovery (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Drecover.c368 int in_recovery = 1; ptlrpc_import_in_recovery() local
375 in_recovery = 0; ptlrpc_import_in_recovery()
378 return in_recovery; ptlrpc_import_in_recovery()
/linux-4.1.27/drivers/s390/scsi/
H A Dzfcp_sysfs.c68 ZFCP_DEFINE_A_ATTR(in_recovery, "%d\n", (atomic_read(&adapter->status) &
73 ZFCP_DEFINE_ATTR(zfcp_port, port, in_recovery, "%d\n",
80 ZFCP_DEFINE_ATTR(zfcp_unit, unit, in_recovery, "%d\n",
/linux-4.1.27/fs/dlm/
H A Ddlm_internal.h631 * should do down_write() on the in_recovery rw_semaphore. (doing down_write
635 * LSFL_RECOVER_LOCK - dlm_recoverd holds the in_recovery rw_semaphore.
636 * It sets this after it is done with down_write() on the in_recovery
H A Dlockspace.c616 * to wait for the wakeup from dlm_recoverd because in_recovery new_lockspace()
H A Dmember.c635 * This in_recovery lock does two things: dlm_ls_stop()
/linux-4.1.27/fs/ocfs2/dlm/
H A Ddlmrecovery.c404 int in_recovery; dlm_in_recovery() local
406 in_recovery = !!(dlm->reco.state & DLM_RECO_STATE_ACTIVE); dlm_in_recovery()
408 return in_recovery; dlm_in_recovery()

Completed in 160 milliseconds