Lines Matching refs:uptodate
154 static void __end_buffer_read_notouch(struct buffer_head *bh, int uptodate) in __end_buffer_read_notouch() argument
156 if (uptodate) { in __end_buffer_read_notouch()
169 void end_buffer_read_sync(struct buffer_head *bh, int uptodate) in end_buffer_read_sync() argument
171 __end_buffer_read_notouch(bh, uptodate); in end_buffer_read_sync()
176 void end_buffer_write_sync(struct buffer_head *bh, int uptodate) in end_buffer_write_sync() argument
178 if (uptodate) { in end_buffer_write_sync()
283 static void end_buffer_async_read(struct buffer_head *bh, int uptodate) in end_buffer_async_read() argument
294 if (uptodate) { in end_buffer_async_read()
344 void end_buffer_async_write(struct buffer_head *bh, int uptodate) in end_buffer_async_write() argument
354 if (uptodate) { in end_buffer_async_write()
963 int uptodate = PageUptodate(page); in init_page_buffers() local
971 if (uptodate) in init_page_buffers()
2469 static void end_buffer_read_nobh(struct buffer_head *bh, int uptodate) in end_buffer_read_nobh() argument
2471 __end_buffer_read_notouch(bh, uptodate); in end_buffer_read_nobh()