Lines Matching defs:clean
2719 /* just a clean<-> dirty transition, possibly leave spares alone,
2740 /* If this is just a dirty<->clean transition, and the array is clean
2741 * and 'events' is odd, we can roll back to the previous clean state */
4042 * clean->dirty
4333 * like readonly, but behaves like 'clean' on a write request.
4335 * clean - no pending writes, but otherwise active.
4346 * clean, but writes are blocked waiting for 'active' to be written.
4356 enum array_state { clear, inactive, suspended, readonly, read_auto, clean, active,
4359 "clear", "inactive", "suspended", "readonly", "read-auto", "clean", "active",
4389 st = clean;
4397 if (test_bit(MD_BROKEN, &mddev->flags) && st == clean)
4420 if (mddev->pers && (st == active || st == clean) &&
4423 * clean and active
4431 } else /* st == clean */ {
4485 case clean:
9358 * 3/ If recovery has finished, clean up, possibly marking spares active.