Home
last modified time | relevance | path

Searched refs:end_buffer_write_sync (Results 1 – 6 of 6) sorted by relevance

/linux/fs/ocfs2/
H A Dbuffer_head_io.c66 bh->b_end_io = end_buffer_write_sync; in ocfs2_write_block()
450 bh->b_end_io = end_buffer_write_sync; in ocfs2_write_super_or_backup()
/linux/fs/ext4/
H A Dmmp.c49 bh->b_end_io = end_buffer_write_sync; in write_mmp_block_thawed()
H A Dsuper.c6322 sbh->b_end_io = end_buffer_write_sync; in ext4_commit_super()
/linux/fs/
H A Dbuffer.c165 void end_buffer_write_sync(struct buffer_head *bh, int uptodate)
177 EXPORT_SYMBOL(end_buffer_write_sync); in end_buffer_write_sync()
2746 bh->b_end_io = end_buffer_write_sync; in block_write_full_folio()
2772 bh->b_end_io = end_buffer_write_sync; in end_bio_bh_io_sync()
166 void end_buffer_write_sync(struct buffer_head *bh, int uptodate) end_buffer_write_sync() function
/linux/include/linux/
H A Dbuffer_head.h206 void end_buffer_write_sync(struct buffer_head *bh, int uptodate);
/linux/fs/jbd2/
H A Djournal.c1824 bh->b_end_io = end_buffer_write_sync; in jbd2_write_superblock()