Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Ddev-replace.c443 set_bit(BTRFS_FS_STATE_DEV_REPLACING, &fs_info->fs_state); in btrfs_rm_dev_replace_blocked()
453 clear_bit(BTRFS_FS_STATE_DEV_REPLACING, &fs_info->fs_state); in btrfs_rm_dev_replace_unblocked()
928 if (likely(!test_bit(BTRFS_FS_STATE_DEV_REPLACING, in btrfs_bio_counter_inc_blocked()
934 !test_bit(BTRFS_FS_STATE_DEV_REPLACING, in btrfs_bio_counter_inc_blocked()
Dctree.h351 #define BTRFS_FS_STATE_DEV_REPLACING 3 macro