Searched refs:bh_cache (Results 1 – 2 of 2) sorted by relevance
149 bh = sh->bh_cache[i]; in shrink_buffers()152 sh->bh_cache[i] = NULL; in shrink_buffers()178 sh->bh_cache[i] = bh; in grow_buffers()207 buffer_locked(sh->bh_cache[i])) { in init_stripe()211 buffer_locked(sh->bh_cache[i])); in init_stripe()214 clear_bit(BH_Uptodate, &sh->bh_cache[i]->b_state); in init_stripe()386 if (bh == sh->bh_cache[i]) in raid5_end_read_request()444 if (bh == sh->bh_cache[i]) in raid5_end_write_request()467 struct buffer_head *bh = sh->bh_cache[i]; in raid5_build_block()669 memset(sh->bh_cache[dd_idx]->b_data, 0, sh->size); in compute_block()[all …]
131 struct buffer_head *bh_cache[MD_SB_DISKS]; /* buffered copy */ member