Searched refs:fat_changemapsize (Results 1 – 1 of 1) sorted by relevance
2544 int fat_changemapsize; in pc_getfat() local2580 fat_changemapsize = (fatsize / fsp->pcfs_clsize) + 1; in pc_getfat()2581 fat_changemap = kmem_zalloc(fat_changemapsize, KM_SLEEP); in pc_getfat()2583 fsp->pcfs_fat_changemapsize = fat_changemapsize; in pc_getfat()2709 kmem_free(fat_changemap, fat_changemapsize); in pc_getfat()