Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dvolumes.c5816 int tgtdev_indexes = 0; in handle_ops_on_dev_replace() local
5850 tgtdev_indexes++; in handle_ops_on_dev_replace()
5892 tgtdev_indexes++; in handle_ops_on_dev_replace()
5899 bbio->num_tgtdevs = tgtdev_indexes; in handle_ops_on_dev_replace()
6025 int tgtdev_indexes = 0; in __btrfs_map_block() local
6178 tgtdev_indexes = num_stripes; in __btrfs_map_block()
6181 bbio = alloc_btrfs_bio(num_alloc_stripes, tgtdev_indexes); in __btrfs_map_block()
6198 sizeof(int) * tgtdev_indexes); in __btrfs_map_block()