Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dsuper.c2008 struct btrfs_fs_devices *cur_devices; in btrfs_show_devname() local
2014 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()
Dvolumes.c1553 struct btrfs_fs_devices *cur_devices; in btrfs_rm_device() local
1690 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() local
5921 cur_devices = fs_info->fs_devices; in btrfs_find_device()
[all …]