Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Dwritecache.rst67 flush_on_suspend
72 1. send the "flush_on_suspend" message
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-writecache.c171 bool flush_on_suspend:1; member
904 bool flush_on_suspend; in writecache_suspend() local
911 flush_on_suspend = wc->flush_on_suspend; in writecache_suspend()
912 if (flush_on_suspend) { in writecache_suspend()
913 wc->flush_on_suspend = false; in writecache_suspend()
922 if (flush_on_suspend) in writecache_suspend()
1123 wc->flush_on_suspend = true; in process_flush_on_suspend_mesg()
1131 wc->flush_on_suspend = true; in activate_cleaner()