Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/admin-guide/device-mapper/
Dwritecache.rst67 flush_on_suspend
72 1. send the "flush_on_suspend" message
/Linux-v5.10/drivers/md/
Ddm-writecache.c168 bool flush_on_suspend:1; member
895 bool flush_on_suspend; in writecache_suspend() local
902 flush_on_suspend = wc->flush_on_suspend; in writecache_suspend()
903 if (flush_on_suspend) { in writecache_suspend()
904 wc->flush_on_suspend = false; in writecache_suspend()
913 if (flush_on_suspend) in writecache_suspend()
1112 wc->flush_on_suspend = true; in process_flush_on_suspend_mesg()
1120 wc->flush_on_suspend = true; in activate_cleaner()