Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Ddev-replace.c75 struct btrfs_dev_lookup_args args = { .devid = 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()
965 src_device->devid = BTRFS_DEV_REPLACE_DEVID; in btrfs_dev_replace_finishing()
H A Dvolumes.c669 device->devid != BTRFS_DEV_REPLACE_DEVID) { in btrfs_open_one_device()
1104 if (device->devid == BTRFS_DEV_REPLACE_DEVID) in __btrfs_free_extra_devids()
1162 device->devid != BTRFS_DEV_REPLACE_DEVID) { in btrfs_close_one_device()
1167 if (device->devid == BTRFS_DEV_REPLACE_DEVID) in btrfs_close_one_device()
6930 WARN_ON(device->devid == BTRFS_DEV_REPLACE_DEVID); in fill_device_from_item()
/openbmc/u-boot/fs/btrfs/
H A Dbtrfs_tree.h114 #define BTRFS_DEV_REPLACE_DEVID 0ULL macro
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h130 #define BTRFS_DEV_REPLACE_DEVID 0ULL macro