ext4_read_bh
extern int ext4_read_bh(struct buffer_head *bh, blk_opf_t op_flags,
err = ext4_read_bh(bh, 0, NULL, false);
ext4_read_bh(bh, REQ_META | REQ_PRIO,
if (ext4_read_bh(bh, 0, NULL, false) < 0) {
ret = ext4_read_bh(*bh, REQ_META | REQ_PRIO, NULL, false);
if (ext4_read_bh(bh, 0, NULL, false) < 0) {
return ext4_read_bh(bh, op_flags, NULL, false);