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

/linux-master/include/linux/
H A Dbuffer_head.h245 int __bh_read(struct buffer_head *bh, blk_opf_t op_flags, bool wait);
408 __bh_read(bh, op_flags, false);
417 __bh_read(bh, op_flags, false);
425 return __bh_read(bh, op_flags, true);
/linux-master/fs/
H A Dbuffer.c3059 * __bh_read - Submit read for a locked buffer
3066 int __bh_read(struct buffer_head *bh, blk_opf_t op_flags, bool wait) function
3082 EXPORT_SYMBOL(__bh_read); variable

Completed in 257 milliseconds