Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dsuper.c2142 struct btrfs_fs_devices *cur_devices; in btrfs_show_devname() local
2148 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()
Dvolumes.c1697 struct btrfs_fs_devices *cur_devices; in btrfs_rm_device() local
1834 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() local
6108 cur_devices = fs_info->fs_devices; in btrfs_find_device()
[all …]