Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
Dbuffer.c342 void end_buffer_async_write(struct buffer_head *bh, int uptodate) in end_buffer_async_write() function
382 EXPORT_SYMBOL(end_buffer_async_write);
420 mark_buffer_async_write_endio(bh, end_buffer_async_write); in mark_buffer_async_write()
2790 end_buffer_async_write); in nobh_writepage()
2963 end_buffer_async_write); in block_write_full_page()
2981 end_buffer_async_write); in block_write_full_page()
/kernel/linux/linux-5.10/include/linux/
Dbuffer_head.h201 void end_buffer_async_write(struct buffer_head *bh, int uptodate);
/kernel/linux/linux-5.10/fs/gfs2/
Daops.c137 end_buffer_async_write); in gfs2_write_jdata_page()