Home
last modified time | relevance | path

Searched refs:end_buffer_async_write (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/
Dbuffer.c312 void end_buffer_async_write(struct buffer_head *bh, int uptodate) in end_buffer_async_write() function
355 EXPORT_SYMBOL(end_buffer_async_write);
393 mark_buffer_async_write_endio(bh, end_buffer_async_write); in mark_buffer_async_write()
2759 end_buffer_async_write); in nobh_writepage()
2932 end_buffer_async_write); in block_write_full_page()
2956 end_buffer_async_write); in block_write_full_page()
/Linux-v4.19/include/linux/
Dbuffer_head.h167 void end_buffer_async_write(struct buffer_head *bh, int uptodate);
/Linux-v4.19/fs/gfs2/
Daops.c164 end_buffer_async_write); in gfs2_write_full_page()