Searched refs:BTRFS_DEV_STATE_MISSING (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/btrfs/ |
| A D | volumes.c | 967 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) { in device_list_add() 969 clear_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in device_list_add() 1051 !test_bit(BTRFS_DEV_STATE_MISSING, in __btrfs_free_extra_devids() 1130 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) { in btrfs_close_one_device() 1131 clear_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in btrfs_close_one_device() 2191 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_rm_device() 2276 if (test_bit(BTRFS_DEV_STATE_MISSING, &srcdev->dev_state)) in btrfs_rm_dev_replace_remove_srcdev() 5672 if (test_bit(BTRFS_DEV_STATE_MISSING, in btrfs_chunk_writeable() 6893 set_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in add_missing_dev() 7290 set_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in read_one_dev() [all …]
|
| A D | volumes.h | 50 #define BTRFS_DEV_STATE_MISSING (2) macro
|
| A D | dev-replace.c | 457 if (!device || test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_dev_name()
|
| A D | scrub.c | 2328 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) { in scrub_pages() 2693 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) { in scrub_extent_for_parity() 4119 if (!dev || (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state) && in btrfs_scrub_dev()
|
| A D | sysfs.c | 1481 val = !!test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in btrfs_devinfo_missing_show()
|
| A D | disk-io.c | 4056 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in barrier_all_devices() 4070 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in barrier_all_devices()
|
| A D | check-integrity.c | 1481 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state) || in btrfsic_map_block()
|
| A D | extent-tree.c | 6113 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_trim_fs()
|
Completed in 50 milliseconds