Lines Matching full:stripe
23 * While we're doing RMW on a stripe we put it into a hash table so we
24 * can lock the stripe and merge more rbios into it.
28 /* LRU list for the stripe cache */
35 * bio_list and bio_list_lock are used to add more bios into the stripe
43 * plugging code to collect partial bios while plugged. The stripe
44 * locking code also uses it to hand off the stripe lock to the next
58 /* How many pages there are for the full stripe including P/Q */
61 /* How many sectors there are for the full stripe including P/Q */
70 /* How many pages there are for each stripe */
73 /* How many sectors there are for each stripe */
76 /* Stripe number that we're scrubbing */
81 * rbio maps to a full stripe or not.
91 /* Bitmap to record which horizontal stripe has data */
150 * the proper stripe number.
155 /* The offset inside the stripe. (<= STRIPE_LEN) */
159 * Stripe number.
160 * 0 is the first data stripe, and nr_data for P stripe,
161 * nr_data + 1 for Q stripe.