Lines Matching defs:devid
75 struct btrfs_dev_lookup_args args = { .devid = BTRFS_DEV_REPLACE_DEVID };
180 args.devid = src_devid;
193 "srcdev (devid %llu) is missing, need to run 'btrfs dev scan'?",
202 "tgtdev (devid %llu) is missing, need to run 'btrfs dev scan'?",
251 u64 devid = BTRFS_DEV_REPLACE_DEVID;
294 device = btrfs_alloc_device(NULL, &devid, NULL, device_path);
423 dev_replace->srcdev->devid);
510 key.objectid = src_dev->devid;
517 if (found_key.objectid != src_dev->devid)
619 "cannot replace device %s (devid %llu) due to active swapfile",
620 btrfs_dev_name(src_device), src_device->devid);
665 "dev_replace from %s (devid %llu) to %s started",
667 src_device->devid,
714 ret = btrfs_scrub_dev(fs_info, src_device->devid, 0,
942 src_device->devid,
958 "dev_replace from %s (devid %llu) to %s finished",
960 src_device->devid,
963 tgt_device->devid = src_device->devid;
964 src_device->devid = BTRFS_DEV_REPLACE_DEVID;
1106 "dev_replace from %s (devid %llu) to %s canceled",
1107 btrfs_dev_name(src_device), src_device->devid,
1140 "suspended dev_replace from %s (devid %llu) to %s canceled",
1141 btrfs_dev_name(src_device), src_device->devid,
1244 "continuing dev_replace from %s (devid %llu) to target %s @%u%%",
1246 dev_replace->srcdev->devid,
1250 ret = btrfs_scrub_dev(fs_info, dev_replace->srcdev->devid,