Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Ddev-replace.c141 BTRFS_DEV_REPLACE_DEVID, in btrfs_init_dev_replace()
163 BTRFS_DEV_REPLACE_DEVID); in btrfs_init_dev_replace()
550 src_device->devid = BTRFS_DEV_REPLACE_DEVID; in btrfs_dev_replace_finishing()
Dvolumes.c773 if (device->devid == BTRFS_DEV_REPLACE_DEVID) { in btrfs_close_extra_devices()
948 device->devid != BTRFS_DEV_REPLACE_DEVID) { in __btrfs_open_devices()
2461 u64 devid = BTRFS_DEV_REPLACE_DEVID; in btrfs_init_dev_replace_tgtdev()
6300 WARN_ON(device->devid == BTRFS_DEV_REPLACE_DEVID); in fill_device_from_item()
6971 device->devid != BTRFS_DEV_REPLACE_DEVID) { in btrfs_close_one_device()
Dctree.h150 #define BTRFS_DEV_REPLACE_DEVID 0ULL macro