Searched refs:__bh_read_batch (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/include/linux/ |
D | buffer_head.h | 245 void __bh_read_batch(int nr, struct buffer_head *bhs[], 440 __bh_read_batch(nr, bhs, 0, true); in bh_read_batch() 446 __bh_read_batch(nr, bhs, op_flags, false); in bh_readahead_batch()
|
/Linux-v6.1/fs/ |
D | buffer.c | 2992 void __bh_read_batch(int nr, struct buffer_head *bhs[], in __bh_read_batch() function 3019 EXPORT_SYMBOL(__bh_read_batch);
|