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.h108 #define BTRFS_DEV_STATE_MISSING (2) macro
880 if (!device || test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_dev_name()
H A Dvolumes.c958 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) { in device_list_add()
960 clear_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in device_list_add()
1047 !test_bit(BTRFS_DEV_STATE_MISSING, in __btrfs_free_extra_devids()
1143 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) { in btrfs_close_one_device()
1144 clear_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in btrfs_close_one_device()
2198 !test_bit(BTRFS_DEV_STATE_MISSING, &next_device->dev_state) in btrfs_find_next_active_device()
2446 if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_rm_device()
2530 if (test_bit(BTRFS_DEV_STATE_MISSING, &srcdev->dev_state)) in btrfs_rm_dev_replace_remove_srcdev()
6413 if (test_bit(BTRFS_DEV_STATE_MISSING, in btrfs_chunk_writeable()
7494 set_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in add_missing_dev()
[all …]
H A Dextent-tree.c6743 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in btrfs_trim_free_extents()
6765 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in btrfs_trim_free_extents()
6815 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in btrfs_trim_free_extents()
H A Ddisk-io.c4067 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in barrier_all_devices()
4080 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in barrier_all_devices()
H A Dsuper.c2476 if (unlikely(test_and_set_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state))) { in btrfs_remove_bdev()
H A Dsysfs.c2001 val = !!test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in btrfs_devinfo_missing_show()
H A Dscrub.c3076 if (!dev || (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state) && in btrfs_scrub_dev()