Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dvolumes.c5378 int index_where_to_add; in __btrfs_map_block() local
5392 index_where_to_add = num_stripes; in __btrfs_map_block()
5397 bbio->stripes + index_where_to_add; in __btrfs_map_block()
5404 bbio->tgtdev_map[i] = index_where_to_add; in __btrfs_map_block()
5405 index_where_to_add++; in __btrfs_map_block()
5410 num_stripes = index_where_to_add; in __btrfs_map_block()