Home
last modified time | relevance | path

Searched refs:BTRFS_DEV_STATE_FLUSH_FAILED (Results 1 – 3 of 3) sorted by relevance

/linux/fs/btrfs/
H A Dvolumes.h111 #define BTRFS_DEV_STATE_FLUSH_FAILED (6) macro
H A Ddisk-io.c3919 clear_bit(BTRFS_DEV_STATE_FLUSH_FAILED, &device->dev_state); in write_dev_flush()
3944 set_bit(BTRFS_DEV_STATE_FLUSH_FAILED, &device->dev_state); in wait_dev_flush()
H A Dvolumes.c1176 clear_bit(BTRFS_DEV_STATE_FLUSH_FAILED, &device->dev_state); in btrfs_close_one_device()
7723 test_bit(BTRFS_DEV_STATE_FLUSH_FAILED, &dev->dev_state)) in btrfs_check_rw_degradable()