Searched refs:STATE_OFFLINE (Results 1 – 4 of 4) sorted by relevance
196 f->file->header->state = f->file->archive ? STATE_ARCHIVED : STATE_OFFLINE; in managed_journal_file_set_offline_internal()301 target_state = f->file->archive ? STATE_ARCHIVED : STATE_OFFLINE; in managed_journal_file_set_offline()
143 STATE_OFFLINE = 0, enumerator
246 case STATE_OFFLINE: in journal_file_set_online()475 else if (state != STATE_OFFLINE) in journal_file_verify_header()3255 f->header->state == STATE_OFFLINE ? "OFFLINE" : in journal_file_print_header()
287 STATE_OFFLINE = 0,296 set to STATE_OFFLINE. After a file has been rotated it should be set to298 STATE_OFFLINE it should immediately rotate the file and start a new one,