Home
last modified time | relevance | path

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

/Linux-v6.1/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()
2613 end_buffer_async_write); in block_write_full_page()
2631 end_buffer_async_write); in block_write_full_page()
/Linux-v6.1/include/linux/
Dbuffer_head.h203 void end_buffer_async_write(struct buffer_head *bh, int uptodate);
/Linux-v6.1/fs/gfs2/
Daops.c112 end_buffer_async_write); in gfs2_write_jdata_page()