Home
last modified time | relevance | path

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

/fs/btrfs/
Dvolumes.c5629 static struct btrfs_bio *alloc_btrfs_bio(int total_stripes, int real_stripes) in alloc_btrfs_bio() argument
5635 sizeof(struct btrfs_bio_stripe) * (total_stripes) + in alloc_btrfs_bio()
5642 sizeof(u64) * (total_stripes), in alloc_btrfs_bio()
5648 bbio->tgtdev_map = (int *)(bbio->stripes + total_stripes); in alloc_btrfs_bio()