Searched refs:BTRFS_DEV_STATE_MISSING (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | volumes.h | 81 #define BTRFS_DEV_STATE_MISSING (2) macro 734 if (!device || test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_dev_name()
|
H A D | volumes.c | 1002 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) { in device_list_add() 1004 clear_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in device_list_add() 1091 !test_bit(BTRFS_DEV_STATE_MISSING, in __btrfs_free_extra_devids() 1170 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) { in btrfs_close_one_device() 1171 clear_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in btrfs_close_one_device() 2036 !test_bit(BTRFS_DEV_STATE_MISSING, &next_device->dev_state) in btrfs_find_next_active_device() 2237 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_rm_device() 2322 if (test_bit(BTRFS_DEV_STATE_MISSING, &srcdev->dev_state)) in btrfs_rm_dev_replace_remove_srcdev() 5752 if (test_bit(BTRFS_DEV_STATE_MISSING, in btrfs_chunk_writeable() 6637 set_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); 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 | disk-io.c | 3994 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in barrier_all_devices() 4007 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in barrier_all_devices()
|
H A D | sysfs.c | 1723 val = !!test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in btrfs_devinfo_missing_show()
|
H A D | check-integrity.c | 1487 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state) || in btrfsic_map_block()
|
H A D | scrub.c | 2859 if (!dev || (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state) && in btrfs_scrub_dev()
|
H A D | extent-tree.c | 6193 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_trim_fs()
|