Lines Matching refs:bhs
1202 struct buffer_head *bhs[BH_LRU_SIZE]; member
1238 swap(evictee, b->bhs[i]); in bh_lru_install()
1262 struct buffer_head *bh = __this_cpu_read(bh_lrus.bhs[i]); in lookup_bh_lru()
1268 __this_cpu_write(bh_lrus.bhs[i], in lookup_bh_lru()
1269 __this_cpu_read(bh_lrus.bhs[i - 1])); in lookup_bh_lru()
1272 __this_cpu_write(bh_lrus.bhs[0], bh); in lookup_bh_lru()
1385 brelse(b->bhs[i]); in invalidate_bh_lru()
1386 b->bhs[i] = NULL; in invalidate_bh_lru()
1397 if (b->bhs[i]) in has_bh_in_lru()
3126 void ll_rw_block(int op, int op_flags, int nr, struct buffer_head *bhs[]) in ll_rw_block() argument
3131 struct buffer_head *bh = bhs[i]; in ll_rw_block()
3401 brelse(b->bhs[i]); in buffer_exit_cpu_dead()
3402 b->bhs[i] = NULL; in buffer_exit_cpu_dead()