Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dvolumes.c5644 int index_where_to_add; in __btrfs_map_block() local
5658 index_where_to_add = num_stripes; in __btrfs_map_block()
5663 bbio->stripes + index_where_to_add; in __btrfs_map_block()
5670 bbio->tgtdev_map[i] = index_where_to_add; in __btrfs_map_block()
5671 index_where_to_add++; in __btrfs_map_block()
5676 num_stripes = index_where_to_add; in __btrfs_map_block()