Searched refs:__bh_read (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/include/linux/ |
D | buffer_head.h | 244 int __bh_read(struct buffer_head *bh, blk_opf_t op_flags, bool wait); 433 __bh_read(bh, op_flags, false); in bh_readahead() 442 __bh_read(bh, op_flags, false); in bh_read_nowait() 450 return __bh_read(bh, op_flags, true); in bh_read()
|
/linux-6.12.1/fs/ |
D | buffer.c | 3085 int __bh_read(struct buffer_head *bh, blk_opf_t op_flags, bool wait) in __bh_read() function 3101 EXPORT_SYMBOL(__bh_read);
|