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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm.h23 #define DM_SUSPEND_NOFLUSH_FLAG (1 << 1) macro
H A Ddm-ioctl.c860 suspend_flags |= DM_SUSPEND_NOFLUSH_FLAG;
907 suspend_flags |= DM_SUSPEND_NOFLUSH_FLAG;
H A Ddm.c2640 int noflush = suspend_flags & DM_SUSPEND_NOFLUSH_FLAG ? 1 : 0;

Completed in 91 milliseconds