Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/device-mapper/
Dwritecache.txt59 flush_on_suspend
63 1. send the "flush_on_suspend" message
/Linux-v4.19/drivers/md/
Ddm-writecache.c162 bool flush_on_suspend:1; member
832 bool flush_on_suspend; in writecache_suspend() local
838 flush_on_suspend = wc->flush_on_suspend; in writecache_suspend()
839 if (flush_on_suspend) { in writecache_suspend()
840 wc->flush_on_suspend = false; in writecache_suspend()
849 if (flush_on_suspend) in writecache_suspend()
1011 wc->flush_on_suspend = true; in process_flush_on_suspend_mesg()