Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dvolumes.c6119 int index_where_to_add; in handle_ops_on_dev_replace() local
6139 index_where_to_add = num_stripes; in handle_ops_on_dev_replace()
6144 bbio->stripes + index_where_to_add; in handle_ops_on_dev_replace()
6151 bbio->tgtdev_map[i] = index_where_to_add; in handle_ops_on_dev_replace()
6152 index_where_to_add++; in handle_ops_on_dev_replace()
6157 num_stripes = index_where_to_add; in handle_ops_on_dev_replace()