Lines Matching defs:start
574 switch (args->start.cont_reading_from_srcdev_mode) {
582 if ((args->start.srcdevid == 0 && args->start.srcdev_name[0] == '\0') ||
583 args->start.tgtdev_name[0] == '\0')
586 ret = btrfs_dev_replace_start(fs_info, args->start.tgtdev_name,
587 args->start.srcdevid,
588 args->start.srcdev_name,
589 args->start.cont_reading_from_srcdev_mode);
628 u64 start = 0;
635 while (!find_first_extent_bit(&srcdev->alloc_state, start,
642 start = found_end + 1;
657 u64 start = 0;
662 em = lookup_extent_mapping(em_tree, start, (u64)-1);
669 start = em->start + em->len;
671 } while (start);
1045 * should never allow both to start and pause. We don't want to allow
1046 * dev-replace to start anyway.