Home
last modified time | relevance | path

Searched refs:is_tgtdev_for_dev_replace (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/fs/btrfs/
Dvolumes.c765 if (!device->is_tgtdev_for_dev_replace && in btrfs_close_extra_devices()
784 if (step == 0 || device->is_tgtdev_for_dev_replace) { in btrfs_close_extra_devices()
796 if (!device->is_tgtdev_for_dev_replace) in btrfs_close_extra_devices()
1100 if (start >= device->total_bytes || device->is_tgtdev_for_dev_replace) in btrfs_account_dev_extents_size()
1279 if (search_start >= search_end || device->is_tgtdev_for_dev_replace) { in find_free_dev_extent_start()
1486 WARN_ON(device->is_tgtdev_for_dev_replace); in btrfs_alloc_dev_extent()
1757 !tmp->is_tgtdev_for_dev_replace && in btrfs_rm_device()
1788 if (device->is_tgtdev_for_dev_replace) { in btrfs_rm_device()
2320 device->is_tgtdev_for_dev_replace = 0; in btrfs_init_new_device()
2529 device->is_tgtdev_for_dev_replace = 1; in btrfs_init_dev_replace_tgtdev()
[all …]
Ddev-replace.c178 dev_replace->tgtdev->is_tgtdev_for_dev_replace = 1; in btrfs_init_dev_replace()
548 tgt_device->is_tgtdev_for_dev_replace = 0; in btrfs_dev_replace_finishing()
Dvolumes.h77 int is_tgtdev_for_dev_replace; member
Dsuper.c1851 device->is_tgtdev_for_dev_replace) in btrfs_calc_avail_data_space()
Dscrub.c3856 if (!dev->in_fs_metadata || dev->is_tgtdev_for_dev_replace) { in btrfs_scrub_dev()
Dioctl.c1557 if (device->is_tgtdev_for_dev_replace) { in btrfs_ioctl_resize()
Dextent-tree.c9417 !device->is_tgtdev_for_dev_replace) { in btrfs_can_relocate()