Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dvolumes.c6183 int tgtdev_indexes = 0; in handle_ops_on_dev_replace() local
6223 tgtdev_indexes++; in handle_ops_on_dev_replace()
6262 tgtdev_indexes++; in handle_ops_on_dev_replace()
6269 bioc->num_tgtdevs = tgtdev_indexes; in handle_ops_on_dev_replace()
6391 int tgtdev_indexes = 0; in __btrfs_map_block() local
6546 tgtdev_indexes = num_stripes; in __btrfs_map_block()
6572 bioc = alloc_btrfs_io_context(fs_info, num_alloc_stripes, tgtdev_indexes); in __btrfs_map_block()