Searched refs:__bh_read (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | buffer_head.h | 248 int __bh_read(struct buffer_head *bh, blk_opf_t op_flags, bool wait); 406 __bh_read(bh, op_flags, false); in bh_readahead() 415 __bh_read(bh, op_flags, false); in bh_read_nowait() 423 return __bh_read(bh, op_flags, true); in bh_read()
|
/kernel/linux/linux-6.6/fs/ |
H A D | buffer.c | 3081 * __bh_read - Submit read for a locked buffer 3088 int __bh_read(struct buffer_head *bh, blk_opf_t op_flags, bool wait) in __bh_read() function 3104 EXPORT_SYMBOL(__bh_read); variable
|
Completed in 6 milliseconds