Searched refs:real_stripes (Results 1 – 2 of 2) sorted by relevance
118 int real_stripes; member623 if (rbio->nr_data + 1 == rbio->real_stripes) in rbio_qstripe_page()953 int real_stripes = bbio->num_stripes - bbio->num_tgtdevs; in alloc_rbio() local954 int num_pages = rbio_nr_pages(stripe_len, real_stripes); in alloc_rbio()973 rbio->real_stripes = real_stripes; in alloc_rbio()991 nr_data = real_stripes - 1; in alloc_rbio()993 nr_data = real_stripes - 2; in alloc_rbio()1107 BUG_ON(rbio->faila == rbio->real_stripes - 1); in validate_rbio_for_rmw()1168 void *pointers[rbio->real_stripes]; in finish_rmw()1182 if (rbio->real_stripes - rbio->nr_data == 1) { in finish_rmw()[all …]
4904 static struct btrfs_bio *alloc_btrfs_bio(int total_stripes, int real_stripes) in alloc_btrfs_bio() argument4912 sizeof(int) * (real_stripes) + in alloc_btrfs_bio()