Home
last modified time | relevance | path

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

/fs/btrfs/
Dvolumes.c5357 struct btrfs_bio *tmp_bbio = NULL; in __btrfs_map_block() local
5365 logical, &tmp_length, &tmp_bbio, 0, 0); in __btrfs_map_block()
5367 WARN_ON(tmp_bbio != NULL); in __btrfs_map_block()
5371 tmp_num_stripes = tmp_bbio->num_stripes; in __btrfs_map_block()
5379 btrfs_put_bbio(tmp_bbio); in __btrfs_map_block()
5390 if (tmp_bbio->stripes[i].dev->devid == srcdev_devid) { in __btrfs_map_block()
5398 tmp_bbio->stripes[i].physical) in __btrfs_map_block()
5403 tmp_bbio->stripes[i].physical; in __btrfs_map_block()
5414 btrfs_put_bbio(tmp_bbio); in __btrfs_map_block()
5418 btrfs_put_bbio(tmp_bbio); in __btrfs_map_block()