Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/admin-guide/device-mapper/
Dwritecache.rst96 flush_on_suspend
101 1. send the "flush_on_suspend" message
/Linux-v5.15/drivers/md/
Ddm-writecache.c175 bool flush_on_suspend:1; member
926 bool flush_on_suspend; in writecache_suspend() local
933 flush_on_suspend = wc->flush_on_suspend; in writecache_suspend()
934 if (flush_on_suspend) { in writecache_suspend()
935 wc->flush_on_suspend = false; in writecache_suspend()
944 if (flush_on_suspend) in writecache_suspend()
1145 wc->flush_on_suspend = true; in process_flush_on_suspend_mesg()
1153 wc->flush_on_suspend = true; in activate_cleaner()