Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dbuffer.c314 void end_buffer_async_write(struct buffer_head *bh, int uptodate) in end_buffer_async_write() function
357 EXPORT_SYMBOL(end_buffer_async_write);
395 mark_buffer_async_write_endio(bh, end_buffer_async_write); in mark_buffer_async_write()
2757 end_buffer_async_write); in nobh_writepage()
2930 end_buffer_async_write); in block_write_full_page()
2954 end_buffer_async_write); in block_write_full_page()
/Linux-v5.4/include/linux/
Dbuffer_head.h167 void end_buffer_async_write(struct buffer_head *bh, int uptodate);
/Linux-v5.4/fs/gfs2/
Daops.c141 end_buffer_async_write); in gfs2_write_full_page()