Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dbuffer_head_io.c149 bh->b_end_io = end_buffer_read_sync; in ocfs2_read_blocks_sync()
329 bh->b_end_io = end_buffer_read_sync; in ocfs2_read_blocks()
/openbmc/linux/fs/nilfs2/
H A Dgcinode.c89 bh->b_end_io = end_buffer_read_sync; in nilfs_gccache_submit_read_data()
H A Dbtnode.c137 bh->b_end_io = end_buffer_read_sync; in nilfs_btnode_submit_block()
H A Dmdt.c148 bh->b_end_io = end_buffer_read_sync; in nilfs_mdt_submit_block()
/openbmc/linux/fs/gfs2/
H A Dmeta_io.c273 bh->b_end_io = end_buffer_read_sync; in gfs2_meta_read()
286 bh->b_end_io = end_buffer_read_sync; in gfs2_meta_read()
H A Ddir.c1510 bh->b_end_io = end_buffer_read_sync; in gfs2_dir_readahead()
H A Dbmap.c309 rabh->b_end_io = end_buffer_read_sync; in gfs2_metapath_ra()
/openbmc/linux/fs/
H A Dbuffer.c158 void end_buffer_read_sync(struct buffer_head *bh, int uptodate) in end_buffer_read_sync() function
163 EXPORT_SYMBOL(end_buffer_read_sync);
1278 bh->b_end_io = end_buffer_read_sync; in __bread_slow()
3099 bh->b_end_io = end_buffer_read_sync; in __bh_read()
3142 bh->b_end_io = end_buffer_read_sync; in __bh_read_batch()
/openbmc/linux/include/linux/
H A Dbuffer_head.h208 void end_buffer_read_sync(struct buffer_head *bh, int uptodate);
/openbmc/linux/fs/ntfs/
H A Dcompress.c660 tbh->b_end_io = end_buffer_read_sync; in ntfs_read_compressed_block()
H A Dfile.c534 bh->b_end_io = end_buffer_read_sync; in ntfs_submit_bh_for_read()
/openbmc/linux/fs/ext4/
H A Dsuper.c179 bh->b_end_io = end_io ? end_io : end_buffer_read_sync; in __ext4_read_bh()