Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dvolumes.c2097 struct btrfs_fs_devices *cur_devices; in btrfs_rm_device() local
2181 cur_devices = device->fs_devices; in btrfs_rm_device()
2185 cur_devices->num_devices--; in btrfs_rm_device()
2186 cur_devices->total_devices--; in btrfs_rm_device()
2188 if (cur_devices != fs_devices) in btrfs_rm_device()
2192 cur_devices->missing_devices--; in btrfs_rm_device()
2197 cur_devices->open_devices--; in btrfs_rm_device()
2237 if (cur_devices->num_devices == 0) { in btrfs_rm_device()
2239 ASSERT(cur_devices->opened == 1); in btrfs_rm_device()
2240 cur_devices->opened--; in btrfs_rm_device()
[all …]

Completed in 16 milliseconds