Lines Matching defs:tmp
1215 struct btrfs_device *device, *tmp;
1222 list_for_each_entry_safe(device, tmp, &fs_devices->devices, dev_list)
1235 struct btrfs_fs_devices *tmp;
1255 list_for_each_entry_safe(fs_devices, tmp, &list, seed_list) {
6284 u64 tmp;
6291 tmp = stripe_nr * data_stripes;
6294 em->start + (tmp + i) * map->stripe_len;
6624 u64 tmp;
6634 tmp = *devid;
6638 ret = find_next_devid(fs_info, &tmp);
6644 dev->devid = tmp;