Searched refs:cur_devices (Results 1 – 2 of 2) sorted by relevance
2008 struct btrfs_fs_devices *cur_devices; in btrfs_show_devname() local2014 cur_devices = fs_info->fs_devices; in btrfs_show_devname()2015 while (cur_devices) { in btrfs_show_devname()2016 head = &cur_devices->devices; in btrfs_show_devname()2025 cur_devices = cur_devices->seed; in btrfs_show_devname()
1553 struct btrfs_fs_devices *cur_devices; in btrfs_rm_device() local1690 cur_devices = device->fs_devices; in btrfs_rm_device()1719 if (cur_devices->open_devices == 0) { in btrfs_rm_device()1723 if (fs_devices->seed == cur_devices) { in btrfs_rm_device()1724 fs_devices->seed = cur_devices->seed; in btrfs_rm_device()1729 cur_devices->seed = NULL; in btrfs_rm_device()1730 __btrfs_close_devices(cur_devices); in btrfs_rm_device()1731 free_fs_devices(cur_devices); in btrfs_rm_device()5919 struct btrfs_fs_devices *cur_devices; in btrfs_find_device() local5921 cur_devices = fs_info->fs_devices; in btrfs_find_device()[all …]