Home
last modified time | relevance | path

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

/fs/btrfs/
Draid56.c119 int real_stripes; member
628 if (rbio->nr_data + 1 == rbio->real_stripes) in rbio_qstripe_page()
965 int real_stripes = bbio->num_stripes - bbio->num_tgtdevs; in alloc_rbio() local
966 int num_pages = rbio_nr_pages(stripe_len, real_stripes); in alloc_rbio()
985 rbio->real_stripes = real_stripes; in alloc_rbio()
1003 nr_data = real_stripes - 1; in alloc_rbio()
1005 nr_data = real_stripes - 2; in alloc_rbio()
1118 BUG_ON(rbio->faila == rbio->real_stripes - 1); in validate_rbio_for_rmw()
1179 void *pointers[rbio->real_stripes]; in finish_rmw()
1193 if (rbio->real_stripes - rbio->nr_data == 1) { in finish_rmw()
[all …]
Dreada.c331 int real_stripes; in reada_find_extent() local
373 real_stripes = bbio->num_stripes - bbio->num_tgtdevs; in reada_find_extent()
374 for (nzones = 0; nzones < real_stripes; ++nzones) { in reada_find_extent()
Dvolumes.c5192 static struct btrfs_bio *alloc_btrfs_bio(int total_stripes, int real_stripes) in alloc_btrfs_bio() argument
5200 sizeof(int) * (real_stripes) + in alloc_btrfs_bio()