Searched refs:BTRFS_DEV_REPLACE_DEVID (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/btrfs/
H A Ddev-replace.c72 struct btrfs_dev_lookup_args args = { .devid = BTRFS_DEV_REPLACE_DEVID };
200 BTRFS_DEV_REPLACE_DEVID);
249 u64 devid = BTRFS_DEV_REPLACE_DEVID;
959 src_device->devid = BTRFS_DEV_REPLACE_DEVID;
H A Dvolumes.c707 device->devid != BTRFS_DEV_REPLACE_DEVID) {
1024 * We have already validated the presence of BTRFS_DEV_REPLACE_DEVID,
1027 if (device->devid == BTRFS_DEV_REPLACE_DEVID)
1086 device->devid != BTRFS_DEV_REPLACE_DEVID) {
1091 if (device->devid == BTRFS_DEV_REPLACE_DEVID)
3252 * BTRFS_DEV_REPLACE_DEVID, which would cause a failure when updating
5792 * replaced device and then see it with an ID of BTRFS_DEV_REPLACE_DEVID,
7180 WARN_ON(device->devid == BTRFS_DEV_REPLACE_DEVID);
/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h133 #define BTRFS_DEV_REPLACE_DEVID 0ULL macro

Completed in 120 milliseconds