Searched defs:noflush (Results 1 - 1 of 1) sorted by relevance

/drivers/md/
H A Ddm.c864 /* noflush suspend was interrupted. */
2739 int noflush = suspend_flags & DM_SUSPEND_NOFLUSH_FLAG ? 1 : 0; local
2754 if (noflush)
2763 * noflush takes precedence over do_lockfs.
2766 if (!noflush && do_lockfs) {
2803 if (noflush)

Completed in 32 milliseconds