Searched refs:DM_RH_NOSYNC (Results 1 – 3 of 3) sorted by relevance
300 DM_RH_CLEAN : DM_RH_NOSYNC; in __rh_alloc() 361 * taken as a DM_RH_NOSYNC in dm_rh_get_state() 363 return r == 1 ? DM_RH_CLEAN : DM_RH_NOSYNC; in dm_rh_get_state() 394 * marked clean by setting the state DM_RH_NOSYNC.429 * 2) DM_RH_NOSYNC: was dirty, other preceding writes failed in dm_rh_mark_nosync() 434 reg->state = DM_RH_NOSYNC; in dm_rh_mark_nosync() 558 * If the state is DM_RH_NOSYNC, the region should be kept off in dm_rh_dec() 560 * The hash entry for DM_RH_NOSYNC will remain in memory in dm_rh_dec() 564 /* do nothing for DM_RH_NOSYNC */ in dm_rh_dec() 571 reg->state = DM_RH_NOSYNC; in dm_rh_dec() [all...]
728 case DM_RH_NOSYNC: in do_writes()
30 DM_RH_NOSYNC = 0x04, /* Out of sync. */ enumerator