Lines Matching refs:buffer_uptodate
841 } else if (!buffer_uptodate(tmp)) in end_buffer_io_async()
933 if (!buffer_uptodate(bh)) in fsync_buffers_list()
973 if (!buffer_uptodate(bh)) in osync_buffers_list()
1194 if (buffer_uptodate(bh)) in bread()
1199 if (buffer_uptodate(bh)) in bread()
1676 if (!buffer_uptodate(bh) && !buffer_delay(bh) && in __block_prepare_write()
1687 if (!buffer_uptodate(*wait_bh)) in __block_prepare_write()
1717 if (buffer_new(bh) && !buffer_uptodate(bh)) { in __block_prepare_write()
1745 if (!buffer_uptodate(bh)) in __block_commit_write()
1800 if (buffer_uptodate(bh)) in block_read_full_page()
1816 if (buffer_uptodate(bh)) in block_read_full_page()
1845 if (buffer_uptodate(bh)) in block_read_full_page()
2062 if (buffer_uptodate(bh)) in block_truncate_page()
2074 if (!buffer_uptodate(bh) && !buffer_delay(bh)) { in block_truncate_page()
2079 if (!buffer_uptodate(bh)) in block_truncate_page()
2149 if (buffer_locked(bh) || !buffer_dirty(bh) || !buffer_uptodate(bh)) in writeout_one_page()
2171 if (buffer_req(bh) && !buffer_uptodate(bh)) in waitfor_one_page()
2291 if (!buffer_uptodate(tmp)) { in wait_kio()