taglinefilesource code
c_bh222fs/msdos/fat.cstruct buffer_head *bh,*bh2,*c_bh,*c_bh2;
c_bh284fs/msdos/fat.cif (!(c_bh2 = bread(sb->s_dev,
c_bh291fs/msdos/fat.cmemcpy(c_bh2->b_data,bh2->b_data,SECTOR_SIZE);
c_bh292fs/msdos/fat.cbrelse(c_bh2);