Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dvolumes.c5593 static struct btrfs_bio *alloc_btrfs_bio(int total_stripes, int real_stripes) in alloc_btrfs_bio() argument
5599 sizeof(struct btrfs_bio_stripe) * (total_stripes) + in alloc_btrfs_bio()
5606 sizeof(u64) * (total_stripes), in alloc_btrfs_bio()
5612 bbio->tgtdev_map = (int *)(bbio->stripes + total_stripes); in alloc_btrfs_bio()