Home
last modified time | relevance | path

Searched refs:NOSYNC (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/md/
H A Ddm-log.c239 NOSYNC, /* Devices known to be already in sync */ enumerator
390 sync = NOSYNC; in create_log_context()
497 memset(lc->sync_bits, (sync == NOSYNC) ? -1 : 0, bitset_size); in create_log_context()
498 lc->sync_count = (sync == NOSYNC) ? region_count : 0; in create_log_context()
613 if (lc->sync == NOSYNC) in disk_resume()
790 DMEMIT("%ssync ", lc->sync == NOSYNC ? "no" : ""); \