Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbuffer_head.h246 int __bh_read(struct buffer_head *bh, blk_opf_t op_flags, bool wait);
439 __bh_read(bh, op_flags, false); in bh_readahead()
448 __bh_read(bh, op_flags, false); in bh_read_nowait()
456 return __bh_read(bh, op_flags, true); in bh_read()
/linux/fs/
H A Dbuffer.c3090 int __bh_read(struct buffer_head *bh, blk_opf_t op_flags, bool wait) in __bh_read() function
3106 EXPORT_SYMBOL(__bh_read);