Home
last modified time | relevance | path

Searched refs:flush_on_suspend (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/Documentation/admin-guide/device-mapper/
Dwritecache.rst67 flush_on_suspend
72 1. send the "flush_on_suspend" message
/Linux-v5.4/drivers/md/
Ddm-writecache.c162 bool flush_on_suspend:1; member
827 bool flush_on_suspend; in writecache_suspend() local
833 flush_on_suspend = wc->flush_on_suspend; in writecache_suspend()
834 if (flush_on_suspend) { in writecache_suspend()
835 wc->flush_on_suspend = false; in writecache_suspend()
844 if (flush_on_suspend) in writecache_suspend()
1006 wc->flush_on_suspend = true; in process_flush_on_suspend_mesg()