Home
last modified time | relevance | path

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

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