Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-region-hash.c300 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...]
H A Ddm-raid1.c728 case DM_RH_NOSYNC: in do_writes()
/linux/include/linux/
H A Ddm-region-hash.h30 DM_RH_NOSYNC = 0x04, /* Out of sync. */ enumerator