Home
last modified time | relevance | path

Searched refs:BTRFS_DEV_STATE_MISSING (Results 1 – 8 of 8) sorted by relevance

/linux/fs/btrfs/
A Dvolumes.c967 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 Dvolumes.h50 #define BTRFS_DEV_STATE_MISSING (2) macro
A Ddev-replace.c457 if (!device || test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_dev_name()
A Dscrub.c2328 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 Dsysfs.c1481 val = !!test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in btrfs_devinfo_missing_show()
A Ddisk-io.c4056 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 Dcheck-integrity.c1481 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state) || in btrfsic_map_block()
A Dextent-tree.c6113 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_trim_fs()

Completed in 50 milliseconds