Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dvolumes.c5337 struct btrfs_bio *tmp_bbio = NULL; in __btrfs_map_block() local
5345 logical, &tmp_length, &tmp_bbio, 0, 0); in __btrfs_map_block()
5347 WARN_ON(tmp_bbio != NULL); in __btrfs_map_block()
5351 tmp_num_stripes = tmp_bbio->num_stripes; in __btrfs_map_block()
5359 btrfs_put_bbio(tmp_bbio); in __btrfs_map_block()
5370 if (tmp_bbio->stripes[i].dev->devid == srcdev_devid) { in __btrfs_map_block()
5378 tmp_bbio->stripes[i].physical) in __btrfs_map_block()
5383 tmp_bbio->stripes[i].physical; in __btrfs_map_block()
5394 btrfs_put_bbio(tmp_bbio); in __btrfs_map_block()
5398 btrfs_put_bbio(tmp_bbio); in __btrfs_map_block()