Searched refs:noflush (Results 1 – 2 of 2) sorted by relevance
216 module_param_named(noflush, ide_noflush, ide_dev_mask, 0);217 MODULE_PARM_DESC(noflush, "disable flush requests for a device");
2507 bool noflush = suspend_flags & DM_SUSPEND_NOFLUSH_FLAG; in __dm_suspend() local2516 if (noflush) in __dm_suspend()2533 if (!noflush && do_lockfs) { in __dm_suspend()2574 if (noflush) in __dm_suspend()