Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/fs/ext4/
H A Dmmp.c49 bh->b_end_io = end_buffer_write_sync; in write_mmp_block_thawed()
H A Dsuper.c6223 sbh->b_end_io = end_buffer_write_sync; in ext4_commit_super()
/linux-6.15/include/linux/
H A Dbuffer_head.h206 void end_buffer_write_sync(struct buffer_head *bh, int uptodate);
/linux-6.15/fs/
H A Dbuffer.c165 void end_buffer_write_sync(struct buffer_head *bh, int uptodate) in end_buffer_write_sync() function
177 EXPORT_SYMBOL(end_buffer_write_sync);
2847 bh->b_end_io = end_buffer_write_sync; in write_dirty_buffer()
2873 bh->b_end_io = end_buffer_write_sync; in __sync_dirty_buffer()
/linux-6.15/fs/jbd2/
H A Djournal.c1826 bh->b_end_io = end_buffer_write_sync; in jbd2_write_superblock()