Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/ !
Dbuffer_head_io.c149 bh->b_end_io = end_buffer_read_sync; in ocfs2_read_blocks_sync()
330 bh->b_end_io = end_buffer_read_sync; in ocfs2_read_blocks()
/linux-6.1.9/fs/nilfs2/ !
Dgcinode.c93 bh->b_end_io = end_buffer_read_sync; in nilfs_gccache_submit_read_data()
Dbtnode.c123 bh->b_end_io = end_buffer_read_sync; in nilfs_btnode_submit_block()
Dmdt.c149 bh->b_end_io = end_buffer_read_sync; in nilfs_mdt_submit_block()
/linux-6.1.9/fs/gfs2/ !
Dmeta_io.c272 bh->b_end_io = end_buffer_read_sync; in gfs2_meta_read()
285 bh->b_end_io = end_buffer_read_sync; in gfs2_meta_read()
Ddir.c1510 bh->b_end_io = end_buffer_read_sync; in gfs2_dir_readahead()
Dbmap.c312 rabh->b_end_io = end_buffer_read_sync; in gfs2_metapath_ra()
/linux-6.1.9/fs/ !
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);
1176 bh->b_end_io = end_buffer_read_sync; in __bread_slow()
2971 bh->b_end_io = end_buffer_read_sync; in __bh_read()
3014 bh->b_end_io = end_buffer_read_sync; in __bh_read_batch()
/linux-6.1.9/include/linux/ !
Dbuffer_head.h201 void end_buffer_read_sync(struct buffer_head *bh, int uptodate);
/linux-6.1.9/fs/ntfs/ !
Dcompress.c660 tbh->b_end_io = end_buffer_read_sync; in ntfs_read_compressed_block()
Dfile.c534 bh->b_end_io = end_buffer_read_sync; in ntfs_submit_bh_for_read()
/linux-6.1.9/fs/ntfs3/ !
Dfile.c243 bh->b_end_io = end_buffer_read_sync; in ntfs_zero_range()
/linux-6.1.9/fs/ext4/ !
Dsuper.c172 bh->b_end_io = end_io ? end_io : end_buffer_read_sync; in __ext4_read_bh()