Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ocfs2/
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()
/linux-6.12.1/fs/nilfs2/
Dgcinode.c89 bh->b_end_io = end_buffer_read_sync; in nilfs_gccache_submit_read_data()
Dbtnode.c136 bh->b_end_io = end_buffer_read_sync; in nilfs_btnode_submit_block()
Dmdt.c148 bh->b_end_io = end_buffer_read_sync; in nilfs_mdt_submit_block()
/linux-6.12.1/fs/gfs2/
Dmeta_io.c278 bh->b_end_io = end_buffer_read_sync; in gfs2_meta_read()
291 bh->b_end_io = end_buffer_read_sync; in gfs2_meta_read()
Ddir.c1513 bh->b_end_io = end_buffer_read_sync; in gfs2_dir_readahead()
Dbmap.c307 rabh->b_end_io = end_buffer_read_sync; in gfs2_metapath_ra()
/linux-6.12.1/fs/
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);
1269 bh->b_end_io = end_buffer_read_sync; in __bread_slow()
3092 bh->b_end_io = end_buffer_read_sync; in __bh_read()
3135 bh->b_end_io = end_buffer_read_sync; in __bh_read_batch()
/linux-6.12.1/include/linux/
Dbuffer_head.h205 void end_buffer_read_sync(struct buffer_head *bh, int uptodate);
/linux-6.12.1/fs/ext4/
Dsuper.c173 bh->b_end_io = end_io ? end_io : end_buffer_read_sync; in __ext4_read_bh()