Lines Matching refs:uptodate
143 static void __end_buffer_read_notouch(struct buffer_head *bh, int uptodate) in __end_buffer_read_notouch() argument
145 if (uptodate) { in __end_buffer_read_notouch()
158 void end_buffer_read_sync(struct buffer_head *bh, int uptodate) in end_buffer_read_sync() argument
160 __end_buffer_read_notouch(bh, uptodate); in end_buffer_read_sync()
165 void end_buffer_write_sync(struct buffer_head *bh, int uptodate) in end_buffer_write_sync() argument
167 if (uptodate) { in end_buffer_write_sync()
245 static void end_buffer_async_read(struct buffer_head *bh, int uptodate) in end_buffer_async_read() argument
256 if (uptodate) { in end_buffer_async_read()
354 static void end_buffer_async_read_io(struct buffer_head *bh, int uptodate) in end_buffer_async_read_io() argument
361 if (uptodate && (decrypt || verify)) { in end_buffer_async_read_io()
376 uptodate = 0; in end_buffer_async_read_io()
378 end_buffer_async_read(bh, uptodate); in end_buffer_async_read_io()
385 void end_buffer_async_write(struct buffer_head *bh, int uptodate) in end_buffer_async_write() argument
395 if (uptodate) { in end_buffer_async_write()
939 int uptodate = PageUptodate(page); in init_page_buffers() local
948 if (uptodate) in init_page_buffers()