Lines Matching defs:uptodate
66 unsigned int uptodate:8;
161 * use the page uptodate bit in the stripe cache array
181 * a data sector it should still be uptodate as it is
185 ASSERT(rbio->stripe_sectors[i].uptodate);
195 rbio->stripe_sectors[i].uptodate = 1;
230 if (!rbio->stripe_sectors[i].uptodate)
268 /* Also update the sector->uptodate bits. */
271 dest->stripe_sectors[i].uptodate = true;
290 * Stealing an rbio means taking all the uptodate pages from the stripe array
315 * all data stripe pages present and uptodate.
1202 sector->uptodate = 1;
1211 sector->uptodate = 1;
1386 * this sets each page in the bio uptodate. It should only be used on private
1406 sector->uptodate = 1;
1844 * uptodate.
1846 * have at least all data sectors uptodate.
1857 sector->uptodate = 1;
1865 sector->uptodate = 1;
2216 * We have a sector which doesn't have page nor uptodate,
2218 * have all its data sectors present and uptodate.
2220 if (!sector->page || !sector->uptodate)
2445 p_sector.uptodate = 1;
2456 q_sector.uptodate = 1;
2671 * The bio cache may have handed us an uptodate sector. If so,
2674 if (sector->uptodate)
2780 rbio->stripe_sectors[sector_nr].uptodate = true;