Home
last modified time | relevance | path

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

/include/linux/
A Dbuffer_head.h247 void __bh_read_batch(int nr, struct buffer_head *bhs[],
459 static inline void bh_read_batch(int nr, struct buffer_head *bhs[]) in bh_read_batch() argument
461 __bh_read_batch(nr, bhs, 0, true); in bh_read_batch()
464 static inline void bh_readahead_batch(int nr, struct buffer_head *bhs[], in bh_readahead_batch() argument
467 __bh_read_batch(nr, bhs, op_flags, false); in bh_readahead_batch()

Completed in 3 milliseconds