Searched refs:BTRFS_DEV_STATE_MISSING (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | volumes.h | 75 #define BTRFS_DEV_STATE_MISSING (2) macro 728 if (!device || test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_dev_name()
|
H A D | volumes.c | 966 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) { in device_list_add() 968 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() 1993 !test_bit(BTRFS_DEV_STATE_MISSING, &next_device->dev_state) in btrfs_find_next_active_device() 2194 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_rm_device() 2279 if (test_bit(BTRFS_DEV_STATE_MISSING, &srcdev->dev_state)) in btrfs_rm_dev_replace_remove_srcdev() 5702 if (test_bit(BTRFS_DEV_STATE_MISSING, in btrfs_chunk_writeable() 6585 set_bit(BTRFS_DEV_STATE_MISSING, in add_missing_dev() [all...] |
H A D | bio.c | 440 test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state) || in btrfs_submit_dev_bio()
|
H A D | sysfs.c | 1723 val = !!test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in btrfs_devinfo_missing_show()
|
H A D | disk-io.c | 3992 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in barrier_all_devices() 4005 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in barrier_all_devices()
|
H A D | scrub.c | 2845 if (!dev || (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state) && in btrfs_scrub_dev()
|
H A D | check-integrity.c | 1487 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state) || in btrfsic_map_block()
|
H A D | extent-tree.c | 6155 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_trim_fs()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | volumes.c | 1013 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) { in device_list_add() 1015 clear_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in device_list_add() 1097 !test_bit(BTRFS_DEV_STATE_MISSING, in __btrfs_free_extra_devids() 1176 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) { in btrfs_close_one_device() 1177 clear_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in btrfs_close_one_device() 2043 !test_bit(BTRFS_DEV_STATE_MISSING, &next_device->dev_state) in btrfs_find_next_active_device() 2233 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_rm_device() 2299 if (test_bit(BTRFS_DEV_STATE_MISSING, &srcdev->dev_state)) in btrfs_rm_dev_replace_remove_srcdev() 5438 if (test_bit(BTRFS_DEV_STATE_MISSING, in btrfs_chunk_readonly() 6518 if (!dev || !dev->bdev || test_bit(BTRFS_DEV_STATE_MISSING, in btrfs_map_bio() [all...] |
H A D | volumes.h | 50 #define BTRFS_DEV_STATE_MISSING (2) macro
|
H A D | dev-replace.c | 444 if (!device || test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_dev_name()
|
H A D | scrub.c | 2216 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) { in scrub_pages() 2551 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) { in scrub_extent_for_parity() 3874 if (!dev || (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state) && in btrfs_scrub_dev()
|
H A D | super.c | 2423 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in btrfs_show_devname()
|
H A D | sysfs.c | 1280 val = !!test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in btrfs_devinfo_missing_show()
|
H A D | disk-io.c | 3811 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in barrier_all_devices() 3825 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in barrier_all_devices()
|
H A D | check-integrity.c | 1530 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state) || in btrfsic_map_block()
|
H A D | extent-tree.c | 5899 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_trim_fs()
|
Completed in 66 milliseconds