Searched refs:c_bh (Results 1 – 1 of 1) sorted by relevance
380 struct buffer_head *c_bh; in fat_mirror_bhs() local388 c_bh = sb_getblk(sb, backup_fat + bhs[n]->b_blocknr); in fat_mirror_bhs()389 if (!c_bh) { in fat_mirror_bhs()394 lock_buffer(c_bh); in fat_mirror_bhs()395 memcpy(c_bh->b_data, bhs[n]->b_data, sb->s_blocksize); in fat_mirror_bhs()396 set_buffer_uptodate(c_bh); in fat_mirror_bhs()397 unlock_buffer(c_bh); in fat_mirror_bhs()398 mark_buffer_dirty_inode(c_bh, sbi->fat_inode); in fat_mirror_bhs()400 err = sync_dirty_buffer(c_bh); in fat_mirror_bhs()401 brelse(c_bh); in fat_mirror_bhs()