Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dvolumes.c6198 int index_where_to_add; in handle_ops_on_dev_replace() local
6218 index_where_to_add = num_stripes; in handle_ops_on_dev_replace()
6223 bioc->stripes + index_where_to_add; in handle_ops_on_dev_replace()
6229 bioc->tgtdev_map[i] = index_where_to_add; in handle_ops_on_dev_replace()
6230 index_where_to_add++; in handle_ops_on_dev_replace()
6235 num_stripes = index_where_to_add; in handle_ops_on_dev_replace()