Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Ddev-replace.c118 BTRFS_DEV_REPLACE_DEVID, in btrfs_init_dev_replace()
140 BTRFS_DEV_REPLACE_DEVID); in btrfs_init_dev_replace()
189 u64 devid = BTRFS_DEV_REPLACE_DEVID; in btrfs_init_dev_replace_tgtdev()
649 src_device->devid = BTRFS_DEV_REPLACE_DEVID; in btrfs_dev_replace_finishing()
Dvolumes.c731 device->devid != BTRFS_DEV_REPLACE_DEVID) { in btrfs_open_one_device()
953 if (device->devid == BTRFS_DEV_REPLACE_DEVID) { in btrfs_free_extra_devids()
1027 device->devid != BTRFS_DEV_REPLACE_DEVID) { in btrfs_close_one_device()
6542 WARN_ON(device->devid == BTRFS_DEV_REPLACE_DEVID); in fill_device_from_item()
/Linux-v4.19/include/uapi/linux/
Dbtrfs_tree.h105 #define BTRFS_DEV_REPLACE_DEVID 0ULL macro