Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dvolumes.h96 #define BTRFS_DEV_STATE_MISSING (2) macro
840 if (!device || test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_dev_name()
H A Dvolumes.c1043 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) { in device_list_add()
1045 clear_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in device_list_add()
1132 !test_bit(BTRFS_DEV_STATE_MISSING, in __btrfs_free_extra_devids()
1212 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) { in btrfs_close_one_device()
1213 clear_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in btrfs_close_one_device()
2165 !test_bit(BTRFS_DEV_STATE_MISSING, &next_device->dev_state) in btrfs_find_next_active_device()
2365 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_rm_device()
2448 if (test_bit(BTRFS_DEV_STATE_MISSING, &srcdev->dev_state)) in btrfs_rm_dev_replace_remove_srcdev()
5875 if (test_bit(BTRFS_DEV_STATE_MISSING, in btrfs_chunk_writeable()
6915 set_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in add_missing_dev()
[all …]
H A Dbio.c430 test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state) || in btrfs_submit_dev_bio()
H A Ddisk-io.c4015 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in barrier_all_devices()
4028 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in barrier_all_devices()
H A Dsysfs.c2010 val = !!test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in btrfs_devinfo_missing_show()
H A Dscrub.c2945 if (!dev || (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state) && in btrfs_scrub_dev()
H A Dextent-tree.c6540 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_trim_fs()