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");
2806 int noflush = suspend_flags & DM_SUSPEND_NOFLUSH_FLAG ? 1 : 0; in dm_suspend() local2821 if (noflush) in dm_suspend()2833 if (!noflush && do_lockfs) { in dm_suspend()2870 if (noflush) in dm_suspend()