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

/linux-master/fs/btrfs/
H A Draid56.c596 ASSERT(stripe_nr < rbio->real_stripes);
622 if (rbio->nr_data + 1 == rbio->real_stripes)
877 ASSERT(stripe_nr >= 0 && stripe_nr < rbio->real_stripes);
904 const unsigned int real_stripes = bioc->num_stripes - bioc->replace_nr_stripes; local
906 const unsigned int num_pages = stripe_npages * real_stripes;
909 const unsigned int num_sectors = stripe_nsectors * real_stripes;
924 ASSERT(real_stripes >= 2);
925 ASSERT(real_stripes <= U8_MAX);
936 rbio->finish_pointers = kcalloc(real_stripes, sizeof(void *), GFP_NOFS);
956 rbio->real_stripes
[all...]
H A Draid56.h77 u8 real_stripes; member in struct:btrfs_raid_bio
127 /* Allocated with real_stripes-many pointers for finish_*() calls */
171 * >= real_stripes for
/linux-master/include/trace/events/
H A Dbtrfs.h2428 __field( u8, real_stripes )
2442 __entry->real_stripes = rbio->real_stripes;
2454 ((__entry->stripe_nr < __entry->real_stripes) ? "PQ" :
2458 ((__entry->stripe_nr < __entry->real_stripes) ?

Completed in 109 milliseconds