Home
last modified time | relevance | path

Searched refs:end_buffer_read_sync (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dbuffer_head_io.c151 bh->b_end_io = end_buffer_read_sync; in ocfs2_read_blocks_sync()
332 bh->b_end_io = end_buffer_read_sync; in ocfs2_read_blocks()
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dgcinode.c93 bh->b_end_io = end_buffer_read_sync; in nilfs_gccache_submit_read_data()
H A Dbtnode.c123 bh->b_end_io = end_buffer_read_sync; in nilfs_btnode_submit_block()
H A Dmdt.c149 bh->b_end_io = end_buffer_read_sync; in nilfs_mdt_submit_block()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dmeta_io.c267 bh->b_end_io = end_buffer_read_sync; in gfs2_meta_read()
280 bh->b_end_io = end_buffer_read_sync; in gfs2_meta_read()
H A Ddir.c1508 bh->b_end_io = end_buffer_read_sync; in gfs2_dir_readahead()
H A Dbmap.c312 rabh->b_end_io = end_buffer_read_sync; in gfs2_metapath_ra()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_tuxera50 end_buffer_read_sync
H A Dabi_gki_aarch64_asus57 end_buffer_read_sync
H A Dabi_gki_aarch64_exynos773 end_buffer_read_sync
/OK3568_Linux_fs/kernel/fs/
H A Dbuffer.c157 void end_buffer_read_sync(struct buffer_head *bh, int uptodate) in end_buffer_read_sync() function
162 EXPORT_SYMBOL(end_buffer_read_sync);
1208 bh->b_end_io = end_buffer_read_sync; in __bread_slow()
3136 bh->b_end_io = end_buffer_read_sync; in ll_rw_block()
3437 bh->b_end_io = end_buffer_read_sync; in bh_submit_read()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbuffer_head.h199 void end_buffer_read_sync(struct buffer_head *bh, int uptodate);
/OK3568_Linux_fs/kernel/fs/ntfs/
H A Dcompress.c660 tbh->b_end_io = end_buffer_read_sync; in ntfs_read_compressed_block()
H A Dfile.c541 bh->b_end_io = end_buffer_read_sync; in ntfs_submit_bh_for_read()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsuper.c155 bh->b_end_io = end_io ? end_io : end_buffer_read_sync; in __ext4_read_bh()