__bh_read
EXPORT_SYMBOL(__bh_read);
int __bh_read(struct buffer_head *bh, blk_opf_t op_flags, bool wait);
__bh_read(bh, op_flags, false);
__bh_read(bh, op_flags, false);
return __bh_read(bh, op_flags, true);