Searched refs:fat_decode (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A DfsP.h41 unsigned int (*fat_decode)(struct Fs_t *This, unsigned int num); member in struct:Fs_t
H A Dmbadblocks.c79 if(Fs->fat_decode((Fs_t*)Fs,i))
H A Dfat.c303 * Puts a code into the FAT table. Is the opposite of fat_decode(). No
542 This->fat_decode = fat12_decode;
556 This->fat_decode = fast_fat16_decode;
559 This->fat_decode = fat16_decode;
574 This->fat_decode = fast_fat32_decode;
577 This->fat_decode = fat32_decode;
612 f = This->fat_decode(This,i);
761 ret = This->fat_decode(This, pos);
796 unsigned int oldvalue = This->fat_decode(This, pos);

Completed in 42 milliseconds