Searched refs:DM_SUSPEND_NOFLUSH_FLAG (Results 1 – 3 of 3) sorted by relevance
25 #define DM_SUSPEND_NOFLUSH_FLAG (1 << 1) macro
936 suspend_flags |= DM_SUSPEND_NOFLUSH_FLAG; in do_suspend()983 suspend_flags |= DM_SUSPEND_NOFLUSH_FLAG; in do_resume()
2528 int noflush = suspend_flags & DM_SUSPEND_NOFLUSH_FLAG ? 1 : 0; in dm_suspend()