Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dvolumes.c5071 struct btrfs_bio *tmp_bbio = NULL; in __btrfs_map_block() local
5079 logical, &tmp_length, &tmp_bbio, 0, 0); in __btrfs_map_block()
5081 WARN_ON(tmp_bbio != NULL); in __btrfs_map_block()
5085 tmp_num_stripes = tmp_bbio->num_stripes; in __btrfs_map_block()
5093 btrfs_put_bbio(tmp_bbio); in __btrfs_map_block()
5104 if (tmp_bbio->stripes[i].dev->devid == srcdev_devid) { in __btrfs_map_block()
5112 tmp_bbio->stripes[i].physical) in __btrfs_map_block()
5117 tmp_bbio->stripes[i].physical; in __btrfs_map_block()
5128 btrfs_put_bbio(tmp_bbio); in __btrfs_map_block()
5132 btrfs_put_bbio(tmp_bbio); in __btrfs_map_block()