Searched refs:__bh_read (Results 1 - 2 of 2) sorted by path

/linux-master/fs/
H A Dbuffer.c3086 * __bh_read - Submit read for a locked buffer
3093 int __bh_read(struct buffer_head *bh, blk_opf_t op_flags, bool wait) function
3109 EXPORT_SYMBOL(__bh_read); variable
/linux-master/include/linux/
H A Dbuffer_head.h245 int __bh_read(struct buffer_head *bh, blk_opf_t op_flags, bool wait);
434 __bh_read(bh, op_flags, false);
443 __bh_read(bh, op_flags, false);
451 return __bh_read(bh, op_flags, true);

Completed in 457 milliseconds