Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dvolumes.c714 fs_devices->rw_devices++; in btrfs_open_one_device()
1157 fs_devices->rw_devices--; in __btrfs_free_extra_devids()
1206 fs_devices->rw_devices--; in btrfs_close_one_device()
1263 WARN_ON(fs_devices->rw_devices); in close_fs_devices()
2306 fs_info->fs_devices->rw_devices == 1) in btrfs_rm_device()
2312 device->fs_devices->rw_devices--; in btrfs_rm_device()
2425 device->fs_devices->rw_devices++; in btrfs_rm_device()
2452 fs_devices->rw_devices--; in btrfs_rm_dev_replace_remove_srcdev()
2887 fs_devices->rw_devices++; in btrfs_init_new_device()
2995 fs_info->fs_devices->rw_devices--; in btrfs_init_new_device()
[all …]
H A Ddev-replace.c218 WARN_ON(fs_info->fs_devices->rw_devices == 0); in btrfs_init_dev_replace()
993 fs_devices->rw_devices++; in btrfs_dev_replace_finishing()
H A Dvolumes.h380 u64 rw_devices; member
H A Dsuper.c1296 if (fs_info->fs_devices->rw_devices == 0) in btrfs_remount_rw()
1862 if (!(fc->sb_flags & SB_RDONLY) && fs_devices->rw_devices == 0) { in btrfs_get_tree_super()
H A Dblock-group.c74 u64 num_devices = fs_info->fs_devices->rw_devices; in btrfs_reduce_alloc_profile()
4221 num_dev = fs_info->fs_devices->rw_devices; in get_profile_num_devs()
H A Ddisk-io.c2074 if (fs_devices->rw_devices == 0) { in btrfs_replay_log()