Lines Matching defs:start
368 * start array, stop array, error, add device, remove device,
369 * start build, activate spare
627 ktime_t start = ktime_get_boottime();
631 ktime_after(mddev->last_flush, start),
633 if (!ktime_after(mddev->last_flush, start)) {
768 int start = next_minor;
776 if (next_minor == start) {
1654 * 1: At start of device
1655 * 2: 4K from start of device.
2283 * 36K beyond start of superblock
3145 /* Similarly, can only clear Replacement before start */
3400 /* check if two start/length pairs overlap */
5689 /* We want to start with the refcount at zero */
6145 /* run start up tasks that require md_thread */
6168 if (mddev->pers->start) {
6171 ret = mddev->pers->start(mddev);
8374 .start = md_seq_start,
8747 * This will mean we have to start checking from the beginning again.
8839 * complete before we start doing a recovery.
9199 pr_warn("%s: could not start resync thread...\n",
9238 * 6/ If array has spares or is not in-sync, start a resync thread.