Searched refs:backend_state (Results 1 – 1 of 1) sorted by relevance
28 static enum backend_fs_state backend_state = BACKEND_FS_NOT_INITIALIZED; variable144 if (backend_state == BACKEND_FS_NOT_INITIALIZED) { in write_log_to_file()152 backend_state = (rc ? BACKEND_FS_CORRUPTED : BACKEND_FS_OK); in write_log_to_file()155 if (backend_state == BACKEND_FS_OK) { in write_log_to_file()163 backend_state = BACKEND_FS_CORRUPTED; in write_log_to_file()208 backend_state = BACKEND_FS_CORRUPTED; in write_log_to_file()254 if (backend_state == BACKEND_FS_NOT_INITIALIZED) { in allocate_new_file()342 backend_state = BACKEND_FS_OK; in allocate_new_file()352 backend_state = BACKEND_FS_OK; in allocate_new_file()478 if (backend_state == BACKEND_FS_OK) { in notify()[all …]