Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dvolumes.c670 fs_devices->rw_devices++; in btrfs_open_one_device()
1115 fs_devices->rw_devices--; in __btrfs_free_extra_devids()
1164 fs_devices->rw_devices--; in btrfs_close_one_device()
1220 WARN_ON(fs_devices->rw_devices); in close_fs_devices()
2178 fs_info->fs_devices->rw_devices == 1) in btrfs_rm_device()
2184 device->fs_devices->rw_devices--; in btrfs_rm_device()
2299 device->fs_devices->rw_devices++; in btrfs_rm_device()
2326 fs_devices->rw_devices--; in btrfs_rm_dev_replace_remove_srcdev()
2764 fs_devices->rw_devices++; in btrfs_init_new_device()
2872 fs_info->fs_devices->rw_devices--; in btrfs_init_new_device()
[all …]
H A Dvolumes.h317 u64 rw_devices; member
H A Ddev-replace.c221 WARN_ON(fs_info->fs_devices->rw_devices == 0); in btrfs_init_dev_replace()
978 fs_devices->rw_devices++; in btrfs_dev_replace_finishing()
H A Dsuper.c1505 if (!(flags & SB_RDONLY) && fs_devices->rw_devices == 0) { in btrfs_mount_root()
1816 if (fs_info->fs_devices->rw_devices == 0) { in btrfs_remount()
H A Dblock-group.c74 u64 num_devices = fs_info->fs_devices->rw_devices; in btrfs_reduce_alloc_profile()
4204 num_dev = fs_info->fs_devices->rw_devices; in get_profile_num_devs()
H A Ddisk-io.c2054 if (fs_devices->rw_devices == 0) { in btrfs_replay_log()