Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dvolumes.c6192 int tgtdev_indexes = 0; in handle_ops_on_dev_replace() local
6232 tgtdev_indexes++; in handle_ops_on_dev_replace()
6271 tgtdev_indexes++; in handle_ops_on_dev_replace()
6278 bioc->num_tgtdevs = tgtdev_indexes; in handle_ops_on_dev_replace()
6400 int tgtdev_indexes = 0; in __btrfs_map_block() local
6555 tgtdev_indexes = num_stripes; in __btrfs_map_block()
6581 bioc = alloc_btrfs_io_context(fs_info, num_alloc_stripes, tgtdev_indexes); in __btrfs_map_block()