Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dvolumes.c714 fs_devices->rw_devices++; in btrfs_open_one_device()
1081 fs_devices->rw_devices--; in __btrfs_free_extra_devids()
1130 fs_devices->rw_devices--; in btrfs_close_one_device()
1187 WARN_ON(fs_devices->rw_devices); in close_fs_devices()
2217 fs_info->fs_devices->rw_devices == 1) in btrfs_rm_device()
2223 device->fs_devices->rw_devices--; in btrfs_rm_device()
2336 device->fs_devices->rw_devices++; in btrfs_rm_device()
2363 fs_devices->rw_devices--; in btrfs_rm_dev_replace_remove_srcdev()
2798 fs_devices->rw_devices++; in btrfs_init_new_device()
2906 fs_info->fs_devices->rw_devices--; in btrfs_init_new_device()
[all …]
H A Dvolumes.h384 u64 rw_devices; member
H A Ddev-replace.c214 WARN_ON(fs_info->fs_devices->rw_devices == 0); in btrfs_init_dev_replace()
984 fs_devices->rw_devices++; in btrfs_dev_replace_finishing()
H A Dsuper.c1299 if (fs_info->fs_devices->rw_devices == 0) in btrfs_remount_rw()
1865 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()
4256 num_dev = fs_info->fs_devices->rw_devices; in get_profile_num_devs()
H A Ddisk-io.c2070 if (fs_devices->rw_devices == 0) { in btrfs_replay_log()