Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Ddev-replace.c104 BTRFS_DEV_REPLACE_DEVID, NULL, NULL)) { in btrfs_init_dev_replace()
167 BTRFS_DEV_REPLACE_DEVID, NULL, NULL)) { in btrfs_init_dev_replace()
181 BTRFS_DEV_REPLACE_DEVID, in btrfs_init_dev_replace()
203 BTRFS_DEV_REPLACE_DEVID); in btrfs_init_dev_replace()
251 u64 devid = BTRFS_DEV_REPLACE_DEVID; in btrfs_init_dev_replace_tgtdev()
991 src_device->devid = BTRFS_DEV_REPLACE_DEVID; in btrfs_dev_replace_finishing()
Dvolumes.c664 device->devid != BTRFS_DEV_REPLACE_DEVID) { in btrfs_open_one_device()
1059 if (device->devid == BTRFS_DEV_REPLACE_DEVID) in __btrfs_free_extra_devids()
1117 device->devid != BTRFS_DEV_REPLACE_DEVID) { in btrfs_close_one_device()
1122 if (device->devid == BTRFS_DEV_REPLACE_DEVID) in btrfs_close_one_device()
7090 WARN_ON(device->devid == BTRFS_DEV_REPLACE_DEVID); in fill_device_from_item()
/Linux-v5.15/include/uapi/linux/
Dbtrfs_tree.h110 #define BTRFS_DEV_REPLACE_DEVID 0ULL macro