Searched refs:noflush (Results 1 – 2 of 2) sorted by relevance
365 module_param_call(noflush, ide_set_dev_param_mask, NULL, &ide_noflush, 0);366 MODULE_PARM_DESC(noflush, "disable flush requests for a device");
1540 int noflush = suspend_flags & DM_SUSPEND_NOFLUSH_FLAG ? 1 : 0; in dm_suspend() local1555 if (noflush) in dm_suspend()1562 if (!noflush) { in dm_suspend()1602 if (noflush) in dm_suspend()