Home
last modified time | relevance | path

Searched refs:BTRFS_DEV_STATE_MISSING (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-6.6/fs/btrfs/
H A Dvolumes.h75 #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 Dvolumes.c966 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 Dbio.c440 test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state) || in btrfs_submit_dev_bio()
H A Dsysfs.c1723 val = !!test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in btrfs_devinfo_missing_show()
H A Ddisk-io.c3992 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 Dscrub.c2845 if (!dev || (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state) && in btrfs_scrub_dev()
H A Dcheck-integrity.c1487 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state) || in btrfsic_map_block()
H A Dextent-tree.c6155 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_trim_fs()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dvolumes.c1013 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 Dvolumes.h50 #define BTRFS_DEV_STATE_MISSING (2) macro
H A Ddev-replace.c444 if (!device || test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_dev_name()
H A Dscrub.c2216 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 Dsuper.c2423 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in btrfs_show_devname()
H A Dsysfs.c1280 val = !!test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in btrfs_devinfo_missing_show()
H A Ddisk-io.c3811 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 Dcheck-integrity.c1530 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state) || in btrfsic_map_block()
H A Dextent-tree.c5899 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_trim_fs()

Completed in 66 milliseconds