Searched refs:end_buffer_write_sync (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/fs/ocfs2/
H A Dbuffer_head_io.c80 get_bh(bh); /* for end_buffer_write_sync() */ ocfs2_write_block()
81 bh->b_end_io = end_buffer_write_sync; ocfs2_write_block()
419 get_bh(bh); /* for end_buffer_write_sync() */ ocfs2_write_super_or_backup()
420 bh->b_end_io = end_buffer_write_sync; ocfs2_write_super_or_backup()
/linux-4.4.14/fs/ext4/
H A Dmmp.c53 bh->b_end_io = end_buffer_write_sync; write_mmp_block()
/linux-4.4.14/include/linux/
H A Dbuffer_head.h162 void end_buffer_write_sync(struct buffer_head *bh, int uptodate);
/linux-4.4.14/fs/
H A Dbuffer.c176 void end_buffer_write_sync(struct buffer_head *bh, int uptodate) end_buffer_write_sync() function
188 EXPORT_SYMBOL(end_buffer_write_sync); variable
3097 bh->b_end_io = end_buffer_write_sync; ll_rw_block()
3122 bh->b_end_io = end_buffer_write_sync; write_dirty_buffer()
3141 bh->b_end_io = end_buffer_write_sync; __sync_dirty_buffer()
/linux-4.4.14/fs/ntfs/
H A Dlogfile.c809 bh->b_end_io = end_buffer_write_sync; ntfs_empty_logfile()
H A Daops.c1204 tbh->b_end_io = end_buffer_write_sync; ntfs_write_mst_block()
H A Dmft.c594 tbh->b_end_io = end_buffer_write_sync; ntfs_sync_mft_mirror()
787 tbh->b_end_io = end_buffer_write_sync; write_mft_record_nolock()
/linux-4.4.14/fs/jbd2/
H A Djournal.c1353 bh->b_end_io = end_buffer_write_sync; jbd2_write_superblock()

Completed in 278 milliseconds