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

/linux-master/include/linux/
H A Ddm-region-hash.h30 DM_RH_NOSYNC = 0x04, /* Out of sync. */ enumerator in enum:dm_rh_region_states
/linux-master/drivers/md/
H A Ddm-region-hash.c300 DM_RH_CLEAN : DM_RH_NOSYNC;
361 * taken as a DM_RH_NOSYNC
363 return r == 1 ? DM_RH_CLEAN : DM_RH_NOSYNC;
394 * marked clean by setting the state DM_RH_NOSYNC.
429 * 2) DM_RH_NOSYNC: was dirty, other preceding writes failed
434 reg->state = DM_RH_NOSYNC;
558 * If the state is DM_RH_NOSYNC, the region should be kept off
560 * The hash entry for DM_RH_NOSYNC will remain in memory
564 /* do nothing for DM_RH_NOSYNC */
571 reg->state = DM_RH_NOSYNC;
[all...]
H A Ddm-raid1.c729 case DM_RH_NOSYNC:

Completed in 114 milliseconds