Lines Matching refs:uptodate
127 static void __end_buffer_read_notouch(struct buffer_head *bh, int uptodate) in __end_buffer_read_notouch() argument
129 if (uptodate) { in __end_buffer_read_notouch()
142 void end_buffer_read_sync(struct buffer_head *bh, int uptodate) in end_buffer_read_sync() argument
144 __end_buffer_read_notouch(bh, uptodate); in end_buffer_read_sync()
148 void end_buffer_write_sync(struct buffer_head *bh, int uptodate) in end_buffer_write_sync() argument
152 if (uptodate) { in end_buffer_write_sync()
446 static void end_buffer_async_read(struct buffer_head *bh, int uptodate) in end_buffer_async_read() argument
457 if (uptodate) { in end_buffer_async_read()
508 static void end_buffer_async_write(struct buffer_head *bh, int uptodate) in end_buffer_async_write() argument
519 if (uptodate) { in end_buffer_async_write()
1067 int uptodate = PageUptodate(page); in init_page_buffers() local
1074 if (uptodate) in init_page_buffers()
2504 static void end_buffer_read_nobh(struct buffer_head *bh, int uptodate) in end_buffer_read_nobh() argument
2506 __end_buffer_read_notouch(bh, uptodate); in end_buffer_read_nobh()