Searched refs:BTRFS_DEV_STATE_MISSING (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | volumes.c | 1004 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) { in device_list_add() 1006 clear_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in device_list_add() 1088 !test_bit(BTRFS_DEV_STATE_MISSING, in __btrfs_free_extra_devids() 1167 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) { in btrfs_close_one_device() 1168 clear_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in btrfs_close_one_device() 2007 !test_bit(BTRFS_DEV_STATE_MISSING, &next_device->dev_state) in btrfs_find_next_active_device() 2197 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_rm_device() 2263 if (test_bit(BTRFS_DEV_STATE_MISSING, &srcdev->dev_state)) in btrfs_rm_dev_replace_remove_srcdev() 5402 if (test_bit(BTRFS_DEV_STATE_MISSING, in btrfs_chunk_readonly() 6482 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() 3867 if (!dev || (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state) && in btrfs_scrub_dev()
|
| H A D | sysfs.c | 1280 val = !!test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in btrfs_devinfo_missing_show()
|
| H A D | super.c | 2425 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in btrfs_show_devname()
|
| H A D | disk-io.c | 3785 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in barrier_all_devices() 3799 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 | 5887 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_trim_fs()
|