Searched refs:old_devices (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dvolumes.c1304 struct btrfs_fs_devices *old_devices; local
1318 old_devices = clone_fs_devices(fs_devices);
1319 if (IS_ERR(old_devices)) {
1321 return PTR_ERR(old_devices);
1324 list_add(&old_devices->list, &fs_uuids);

Completed in 218 milliseconds