Home
last modified time | relevance | path

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

/linux-3.4.99/fs/btrfs/
Dvolumes.c1303 struct btrfs_fs_devices *cur_devices; in btrfs_rm_device() local
1420 cur_devices = device->fs_devices; in btrfs_rm_device()
1445 if (cur_devices->open_devices == 0) { in btrfs_rm_device()
1449 if (fs_devices->seed == cur_devices) { in btrfs_rm_device()
1450 fs_devices->seed = cur_devices->seed; in btrfs_rm_device()
1455 cur_devices->seed = NULL; in btrfs_rm_device()
1457 __btrfs_close_devices(cur_devices); in btrfs_rm_device()
1459 free_fs_devices(cur_devices); in btrfs_rm_device()
4187 struct btrfs_fs_devices *cur_devices; in btrfs_find_device() local
4189 cur_devices = root->fs_info->fs_devices; in btrfs_find_device()
[all …]