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
161 __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()
256 static void end_buffer_async_read(struct buffer_head *bh, int uptodate) in end_buffer_async_read() argument
267 if (uptodate) { in end_buffer_async_read()
356 static void end_buffer_async_read_io(struct buffer_head *bh, int uptodate) in end_buffer_async_read_io() argument
363 if (uptodate && (decrypt || verify)) { in end_buffer_async_read_io()
378 uptodate = 0; in end_buffer_async_read_io()
380 end_buffer_async_read(bh, uptodate); in end_buffer_async_read_io()
387 static void end_buffer_async_write(struct buffer_head *bh, int uptodate) in end_buffer_async_write() argument
397 if (uptodate) { in end_buffer_async_write()
1009 bool uptodate = folio_test_uptodate(folio); in folio_init_buffers() local
1019 if (uptodate) in folio_init_buffers()