Searched refs:bhs (Results 1 – 1 of 1) sorted by relevance
| /include/linux/ |
| D | buffer_head.h | 247 void __bh_read_batch(int nr, struct buffer_head *bhs[], 461 static inline void bh_read_batch(int nr, struct buffer_head *bhs[]) in bh_read_batch() argument 463 __bh_read_batch(nr, bhs, 0, true); in bh_read_batch() 466 static inline void bh_readahead_batch(int nr, struct buffer_head *bhs[], in bh_readahead_batch() argument 469 __bh_read_batch(nr, bhs, op_flags, false); in bh_readahead_batch()
|