Searched refs:c_bh2 (Results 1 – 1 of 1) sorted by relevance
42 struct buffer_head *bh, *bh2, *c_bh, *c_bh2; in default_fat_access() local116 if (!(c_bh2 = fat_bread(sb, b+1))) { in default_fat_access()120 memcpy(c_bh2->b_data, bh2->b_data, sb->s_blocksize); in default_fat_access()121 fat_mark_buffer_dirty(sb, c_bh2); in default_fat_access()122 fat_brelse(sb, c_bh2); in default_fat_access()