next_device
while (!error && (dev = next_device(&i)))
while ((dev = next_device(&i))) {
while (!error && (child = next_device(&i)))
while ((child = next_device(&i))) {
while (!error && (dev = next_device(&i)))
while ((dev = next_device(&i))) {
next_device:
goto next_device;
goto next_device;
priv->next_device = tlan_eisa_devices;
tlan_eisa_devices = priv->next_device;
struct net_device *next_device;
info = info->next_device;
struct slgt_info *next_device; /* device list link */
info->next_device = NULL;
while(current_dev->next_device)
current_dev = current_dev->next_device;
current_dev->next_device = info;
for (info=slgt_device_list ; info != NULL ; info=info->next_device)
info = info->next_device;
info = info->next_device;
info = info->next_device;
struct btrfs_device *next_device;
list_for_each_entry(next_device, &fs_devs->devices, dev_list) {
if (next_device != device &&
!test_bit(BTRFS_DEV_STATE_MISSING, &next_device->dev_state)
&& next_device->bdev)
return next_device;
struct btrfs_device *next_device)
if (!next_device)
next_device = btrfs_find_next_active_device(fs_info->fs_devices,
ASSERT(next_device);
fs_info->sb->s_bdev = next_device->bdev;
fs_info->fs_devices->latest_dev = next_device;