Lines Matching refs:uptodate
433 static void end_page_read(struct page *page, bool uptodate, u64 start, u32 len)
440 if (uptodate && btrfs_verify_page(page, start))
453 * clear the uptodate bits on error
507 bool uptodate;
516 * Will release processed extent when any of @inode, @uptodate, the range is
523 bool uptodate)
533 * Contiguous to processed extent, just uptodate the end.
543 if (processed->inode == inode && processed->uptodate == uptodate &&
561 processed->uptodate = uptodate;
576 * clear the uptodate bits on error
577 * set the uptodate bits if things worked
578 * set the page up to date if all extents in the tree are uptodate
599 bool uptodate = !bio->bi_status;
634 if (likely(uptodate)) {
657 end_page_read(page, uptodate, start, len);
659 start, end, uptodate);
1615 bool uptodate = !bbio->bio.bi_status;
1620 if (!uptodate)
3569 int uptodate = 1;
3656 uptodate = 0;
3666 if (uptodate)
3781 * the uptodate bits and such for the extent buffers.
3962 bool uptodate = !bbio->bio.bi_status;
3969 if (uptodate &&
3971 uptodate = false;
3973 if (uptodate) {
3985 if (uptodate)
4189 * Check that the extent buffer is uptodate.
4191 * For regular sector size == PAGE_SIZE case, check if @page is uptodate.
4229 /* For unmapped (dummy) ebs, no need to check their uptodate status. */
4716 * @gen: generation for the uptodate check, can be 0
4720 * normal uptodate check of the eb, without checking the generation. If we have