Lines Matching refs:bhs
1246 struct buffer_head *bhs[BH_LRU_SIZE]; member
1293 swap(evictee, b->bhs[i]); in bh_lru_install()
1317 struct buffer_head *bh = __this_cpu_read(bh_lrus.bhs[i]); in lookup_bh_lru()
1323 __this_cpu_write(bh_lrus.bhs[i], in lookup_bh_lru()
1324 __this_cpu_read(bh_lrus.bhs[i - 1])); in lookup_bh_lru()
1327 __this_cpu_write(bh_lrus.bhs[0], bh); in lookup_bh_lru()
1423 brelse(b->bhs[i]); in __invalidate_bh_lrus()
1424 b->bhs[i] = NULL; in __invalidate_bh_lrus()
1446 if (b->bhs[i]) in has_bh_in_lru()
2977 brelse(b->bhs[i]); in buffer_exit_cpu_dead()
2978 b->bhs[i] = NULL; in buffer_exit_cpu_dead()
3040 void __bh_read_batch(int nr, struct buffer_head *bhs[], in __bh_read_batch() argument
3046 struct buffer_head *bh = bhs[i]; in __bh_read_batch()