Lines Matching defs:uptodate
32 * @uptodate: whether @bh is now uptodate or not
39 * page has been completed and mark the page uptodate or set the error bit on
45 static void ntfs_end_buffer_async_read(struct buffer_head *bh, int uptodate)
58 if (likely(uptodate)) {
112 * If none of the buffers had errors then we can set the page uptodate,
154 * applies the mst fixups to the page before finally marking it uptodate and
315 * of the page and set the buffer uptodate.
663 * all non-uptodate buffers and set them uptodate (and
664 * dirty?). Note, there aren't any non-uptodate buffers
665 * if the page is uptodate.
666 * FIXME: For an uptodate page, the buffers may need to
672 // Zero any non-uptodate buffers up to i_size.
673 // Set them uptodate and dirty.
770 * uptodate so it can get discarded by the VM.
803 int uptodate = 1;
806 uptodate = 0;
811 if (uptodate)
890 * We clear the page uptodate flag for the duration of the function to ensure
1103 /* Clear the page uptodate flag whilst the mst fixups are applied. */
1210 * Set the buffer uptodate so the page and buffer
1707 * If the page does not have buffers, we create them and set them uptodate.