Lines Matching refs:sync
234 enum sync { enum
238 } sync; member
327 if (log->sync != DEFAULTSYNC || log->header.magic != MIRROR_MAGIC) { in read_header()
367 enum sync sync = DEFAULTSYNC; in create_log_context() local
383 sync = FORCESYNC; in create_log_context()
385 sync = NOSYNC; in create_log_context()
413 lc->sync = sync; in create_log_context()
494 memset(lc->sync_bits, (sync == NOSYNC) ? -1 : 0, bitset_size); in create_log_context()
495 lc->sync_count = (sync == NOSYNC) ? region_count : 0; in create_log_context()
608 if (lc->sync == NOSYNC) in disk_resume()
777 if (lc->sync != DEFAULTSYNC) \
778 DMEMIT("%ssync ", lc->sync == NOSYNC ? "no" : "")
793 lc->sync == DEFAULTSYNC ? 1 : 2, lc->region_size); in core_status()
821 lc->sync == DEFAULTSYNC ? 2 : 3, lc->log_dev->name, in disk_status()