Home
last modified time | relevance | path

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

/fs/btrfs/
A Dvolumes.h99 #define BTRFS_DEV_STATE_MISSING (2) macro
856 if (!device || test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_dev_name()
A Dvolumes.c975 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) { in device_list_add()
977 clear_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in device_list_add()
1064 !test_bit(BTRFS_DEV_STATE_MISSING, in __btrfs_free_extra_devids()
1144 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) { in btrfs_close_one_device()
1145 clear_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in btrfs_close_one_device()
2284 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_rm_device()
2367 if (test_bit(BTRFS_DEV_STATE_MISSING, &srcdev->dev_state)) in btrfs_rm_dev_replace_remove_srcdev()
5828 if (test_bit(BTRFS_DEV_STATE_MISSING, in btrfs_chunk_writeable()
6874 set_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in add_missing_dev()
7267 set_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in read_one_dev()
[all …]
A Dbio.c416 test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state) || in btrfs_submit_dev_bio()
A Ddisk-io.c3934 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in barrier_all_devices()
3947 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in barrier_all_devices()
A Dsysfs.c2038 val = !!test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in btrfs_devinfo_missing_show()
A Dscrub.c3050 if (!dev || (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state) && in btrfs_scrub_dev()
A Dextent-tree.c6583 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_trim_fs()

Completed in 46 milliseconds