Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dvolumes.c2294 struct btrfs_fs_devices *cur_devices; in btrfs_rm_device() local
2384 cur_devices = device->fs_devices; in btrfs_rm_device()
2388 cur_devices->num_devices--; in btrfs_rm_device()
2389 cur_devices->total_devices--; in btrfs_rm_device()
2391 if (cur_devices != fs_devices) in btrfs_rm_device()
2395 cur_devices->missing_devices--; in btrfs_rm_device()
2400 cur_devices->open_devices--; in btrfs_rm_device()
2438 if (cur_devices->num_devices == 0) { in btrfs_rm_device()
2439 list_del_init(&cur_devices->seed_list); in btrfs_rm_device()
2440 ASSERT(cur_devices->opened == 1, "opened=%d", cur_devices->opened); in btrfs_rm_device()
[all …]