Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dvolumes.c1861 struct btrfs_fs_devices *cur_devices; in btrfs_rm_device() local
1936 cur_devices = device->fs_devices; in btrfs_rm_device()
1940 cur_devices->num_devices--; in btrfs_rm_device()
1941 cur_devices->total_devices--; in btrfs_rm_device()
1943 if (cur_devices != fs_devices) in btrfs_rm_device()
1947 cur_devices->missing_devices--; in btrfs_rm_device()
1952 cur_devices->open_devices--; in btrfs_rm_device()
1972 if (cur_devices->open_devices == 0) { in btrfs_rm_device()
1974 if (fs_devices->seed == cur_devices) { in btrfs_rm_device()
1975 fs_devices->seed = cur_devices->seed; in btrfs_rm_device()
[all …]
Dsuper.c2303 struct btrfs_fs_devices *cur_devices; in btrfs_show_devname() local
2315 cur_devices = fs_info->fs_devices; in btrfs_show_devname()
2316 while (cur_devices) { in btrfs_show_devname()
2317 head = &cur_devices->devices; in btrfs_show_devname()
2326 cur_devices = cur_devices->seed; in btrfs_show_devname()