Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ti/
H A Dtlan.h172 struct net_device *next_device; member
/linux/fs/btrfs/
H A Dvolumes.c2194 struct btrfs_device *next_device; in btrfs_find_next_active_device() local
2196 list_for_each_entry(next_device, &fs_devs->devices, dev_list) { in btrfs_find_next_active_device()
2197 if (next_device != device && in btrfs_find_next_active_device()
2198 !test_bit(BTRFS_DEV_STATE_MISSING, &next_device->dev_state) in btrfs_find_next_active_device()
2199 && next_device->bdev) in btrfs_find_next_active_device()
2200 return next_device; in btrfs_find_next_active_device()
2213 struct btrfs_device *next_device) in btrfs_assign_next_active_device() argument
2217 if (!next_device) in btrfs_assign_next_active_device()
2218 next_device = btrfs_find_next_active_device(fs_info->fs_devices, in btrfs_assign_next_active_device()
2220 ASSERT(next_device); in btrfs_assign_next_active_device()
[all …]