Lines Matching refs:uptodate
142 static void __end_buffer_read_notouch(struct buffer_head *bh, int uptodate) in __end_buffer_read_notouch() argument
144 if (uptodate) { in __end_buffer_read_notouch()
157 void end_buffer_read_sync(struct buffer_head *bh, int uptodate) in end_buffer_read_sync() argument
159 __end_buffer_read_notouch(bh, uptodate); in end_buffer_read_sync()
164 void end_buffer_write_sync(struct buffer_head *bh, int uptodate) in end_buffer_write_sync() argument
166 if (uptodate) { in end_buffer_write_sync()
244 static void end_buffer_async_read(struct buffer_head *bh, int uptodate) in end_buffer_async_read() argument
255 if (uptodate) { in end_buffer_async_read()
320 static void end_buffer_async_read_io(struct buffer_head *bh, int uptodate) in end_buffer_async_read_io() argument
323 if (uptodate && in end_buffer_async_read_io()
333 uptodate = 0; in end_buffer_async_read_io()
335 end_buffer_async_read(bh, uptodate); in end_buffer_async_read_io()
342 void end_buffer_async_write(struct buffer_head *bh, int uptodate) in end_buffer_async_write() argument
352 if (uptodate) { in end_buffer_async_write()
924 int uptodate = PageUptodate(page); in init_page_buffers() local
933 if (uptodate) in init_page_buffers()
2543 static void end_buffer_read_nobh(struct buffer_head *bh, int uptodate) in end_buffer_read_nobh() argument
2545 __end_buffer_read_notouch(bh, uptodate); in end_buffer_read_nobh()