Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dvolumes.c958 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) { in device_list_add()
960 clear_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in device_list_add()
1055 !test_bit(BTRFS_DEV_STATE_MISSING, in __btrfs_free_extra_devids()
1134 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) { in btrfs_close_one_device()
1135 clear_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in btrfs_close_one_device()
1979 !test_bit(BTRFS_DEV_STATE_MISSING, &next_device->dev_state) in btrfs_find_next_active_device()
2180 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_rm_device()
2265 if (test_bit(BTRFS_DEV_STATE_MISSING, &srcdev->dev_state)) in btrfs_rm_dev_replace_remove_srcdev()
5697 if (test_bit(BTRFS_DEV_STATE_MISSING, in btrfs_chunk_writeable()
6819 test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state) || in btrfs_submit_dev_bio()
[all …]
Dvolumes.h84 #define BTRFS_DEV_STATE_MISSING (2) macro
Ddev-replace.c461 if (!device || test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_dev_name()
Dscrub.c2451 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) { in scrub_sectors()
2813 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) { in scrub_extent_for_parity()
4275 if (!dev || (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state) && in btrfs_scrub_dev()
Dsysfs.c1667 val = !!test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in btrfs_devinfo_missing_show()
Ddisk-io.c4231 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in barrier_all_devices()
4245 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in barrier_all_devices()
Dcheck-integrity.c1480 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state) || in btrfsic_map_block()
Dextent-tree.c6206 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_trim_fs()