Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Ddev-replace.c72 struct btrfs_dev_lookup_args args = { .devid = BTRFS_DEV_REPLACE_DEVID }; in btrfs_init_dev_replace()
196 BTRFS_DEV_REPLACE_DEVID); in btrfs_init_dev_replace()
243 u64 devid = BTRFS_DEV_REPLACE_DEVID; in btrfs_init_dev_replace_tgtdev()
971 src_device->devid = BTRFS_DEV_REPLACE_DEVID; in btrfs_dev_replace_finishing()
H A Dvolumes.c713 device->devid != BTRFS_DEV_REPLACE_DEVID) { in btrfs_open_one_device()
1069 if (device->devid == BTRFS_DEV_REPLACE_DEVID) in __btrfs_free_extra_devids()
1128 device->devid != BTRFS_DEV_REPLACE_DEVID) { in btrfs_close_one_device()
1133 if (device->devid == BTRFS_DEV_REPLACE_DEVID) in btrfs_close_one_device()
7091 WARN_ON(device->devid == BTRFS_DEV_REPLACE_DEVID); in fill_device_from_item()
/linux-6.15/include/uapi/linux/
H A Dbtrfs_tree.h133 #define BTRFS_DEV_REPLACE_DEVID 0ULL macro