Search | Google it | Results 1 - 1 of 1 for funcall:fatDCacheInfoCleanup (0.01 seconds) |
765: /* FSInfo, reserved sectors */ 766: fatDCacheInfoCleanup(fs, &fs->ff_dc_other); 767: 768: /* FAT */ 769: fatDCacheInfoCleanup(fs, &fs->ff_dc_fat); 770: 772: if (! isFAT32(fs->ff_fstype)) { 773: fatDCacheInfoCleanup(fs, &fs->ff_dc_rootdir); 774: } 776: /* Data */ 777: fatDCacheInfoCleanup(fs, &fs->ff_dc_data); 778: }