Lines Matching defs:devid
188 "srcdev (devid %llu) is missing, need to run 'btrfs dev scan'?",
197 "tgtdev (devid %llu) is missing, need to run 'btrfs dev scan'?",
246 u64 devid = BTRFS_DEV_REPLACE_DEVID;
283 device = btrfs_alloc_device(NULL, &devid, NULL);
412 dev_replace->srcdev->devid);
468 "cannot replace device %s (devid %llu) due to active swapfile",
469 btrfs_dev_name(src_device), src_device->devid);
510 "dev_replace from %s (devid %llu) to %s started",
512 src_device->devid,
554 ret = btrfs_scrub_dev(fs_info, src_device->devid, 0,
769 src_device->devid,
786 "dev_replace from %s (devid %llu) to %s finished",
788 src_device->devid,
791 tgt_device->devid = src_device->devid;
792 src_device->devid = BTRFS_DEV_REPLACE_DEVID;
934 "dev_replace from %s (devid %llu) to %s canceled",
935 btrfs_dev_name(src_device), src_device->devid,
968 "suspended dev_replace from %s (devid %llu) to %s canceled",
969 btrfs_dev_name(src_device), src_device->devid,
1072 "continuing dev_replace from %s (devid %llu) to target %s @%u%%",
1074 dev_replace->srcdev->devid,
1078 ret = btrfs_scrub_dev(fs_info, dev_replace->srcdev->devid,