Home
last modified time | relevance | path

Searched refs:BTRFS_FS_STATE_DEV_REPLACING (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/btrfs/
Ddev-replace.c572 set_bit(BTRFS_FS_STATE_DEV_REPLACING, &fs_info->fs_state); in btrfs_rm_dev_replace_blocked()
582 clear_bit(BTRFS_FS_STATE_DEV_REPLACING, &fs_info->fs_state); in btrfs_rm_dev_replace_unblocked()
1095 if (likely(!test_bit(BTRFS_FS_STATE_DEV_REPLACING, in btrfs_bio_counter_inc_blocked()
1101 !test_bit(BTRFS_FS_STATE_DEV_REPLACING, in btrfs_bio_counter_inc_blocked()
Dctree.h124 #define BTRFS_FS_STATE_DEV_REPLACING 3 macro