Home
last modified time | relevance | path

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

/Linux-v5.15/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()
/Linux-v5.15/include/linux/
Dbuffer_head.h167 void end_buffer_async_write(struct buffer_head *bh, int uptodate);
/Linux-v5.15/fs/gfs2/
Daops.c137 end_buffer_async_write); in gfs2_write_jdata_page()