Searched refs:cur_devices (Results 1 – 2 of 2) sorted by relevance
2142 struct btrfs_fs_devices *cur_devices; in btrfs_show_devname() local2148 cur_devices = fs_info->fs_devices; in btrfs_show_devname()2149 while (cur_devices) { in btrfs_show_devname()2150 head = &cur_devices->devices; in btrfs_show_devname()2159 cur_devices = cur_devices->seed; in btrfs_show_devname()
1697 struct btrfs_fs_devices *cur_devices; in btrfs_rm_device() local1834 cur_devices = device->fs_devices; in btrfs_rm_device()1863 if (cur_devices->open_devices == 0) { in btrfs_rm_device()1867 if (fs_devices->seed == cur_devices) { in btrfs_rm_device()1868 fs_devices->seed = cur_devices->seed; in btrfs_rm_device()1873 cur_devices->seed = NULL; in btrfs_rm_device()1874 __btrfs_close_devices(cur_devices); in btrfs_rm_device()1875 free_fs_devices(cur_devices); in btrfs_rm_device()6106 struct btrfs_fs_devices *cur_devices; in btrfs_find_device() local6108 cur_devices = fs_info->fs_devices; in btrfs_find_device()[all …]