Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dvolumes.c860 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) { in device_list_add()
862 clear_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in device_list_add()
1032 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_close_one_device()
1822 !test_bit(BTRFS_DEV_STATE_MISSING, &next_device->dev_state) in btrfs_find_next_active_device()
1946 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_rm_device()
2017 if (test_bit(BTRFS_DEV_STATE_MISSING, &srcdev->dev_state)) in btrfs_rm_dev_replace_remove_srcdev()
5034 if (test_bit(BTRFS_DEV_STATE_MISSING, in btrfs_chunk_readonly()
6075 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state) || in btrfs_schedule_bio()
6260 set_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in add_missing_dev()
6655 !test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) { in read_one_dev()
[all …]
Dvolumes.h41 #define BTRFS_DEV_STATE_MISSING (2) macro
Ddev-replace.c395 if (!device || test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_dev_name()
Dscrub.c2263 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) { in scrub_pages()
2598 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) { in scrub_extent_for_parity()
3826 if (!dev || (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state) && in btrfs_scrub_dev()
Ddisk-io.c3631 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in barrier_all_devices()
3645 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in barrier_all_devices()
Dsuper.c2319 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in btrfs_show_devname()
Dcheck-integrity.c1542 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state) || in btrfsic_map_block()