Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/admin-guide/device-mapper/
Dwritecache.rst98 flush_on_suspend
103 1. send the "flush_on_suspend" message
/Linux-v6.1/drivers/md/
Ddm-writecache.c175 bool flush_on_suspend:1; member
924 bool flush_on_suspend; in writecache_suspend() local
931 flush_on_suspend = wc->flush_on_suspend; in writecache_suspend()
932 if (flush_on_suspend) { in writecache_suspend()
933 wc->flush_on_suspend = false; in writecache_suspend()
942 if (flush_on_suspend) in writecache_suspend()
1142 wc->flush_on_suspend = true; in process_flush_on_suspend_mesg()
1150 wc->flush_on_suspend = true; in activate_cleaner()