Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dvolumes.h107 #define BTRFS_DEV_STATE_MISSING (2) macro
853 if (!device || test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_dev_name()
H A Dbio.c492 test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state) || in btrfs_submit_dev_bio()
H A Ddisk-io.c3980 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in barrier_all_devices()
3993 if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) in barrier_all_devices()
H A Dsuper.c2447 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.c3127 if (!dev || (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state) && in btrfs_scrub_dev()