Home
last modified time | relevance | path

Searched refs:bh_end_read (Results 1 – 3 of 3) sorted by relevance

/linux/fs/
H A Dbuffer.c185 void bh_end_read(struct bio *bio) in bh_end_read() function
191 EXPORT_SYMBOL(bh_end_read);
1157 bh_submit(bh, REQ_OP_READ, bh_end_read); in __bread_slow()
2943 bh_submit(bh, REQ_OP_READ | op_flags, bh_end_read); in __bh_read()
2985 bh_submit(bh, REQ_OP_READ | op_flags, bh_end_read); in __bh_read_batch()
/linux/fs/gfs2/
H A Dbmap.c310 bh_end_read); in gfs2_metapath_ra()
/linux/fs/ext4/
H A Dsuper.c180 end_io = bh_end_read; in __ext4_read_bh()