Searched refs:fat_encode (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 Dmdoctorfat.c168 arg.Fs->fat_encode(arg.Fs, j+offset, arg.Fs->last_fat ^ 6 ^ 8);
171 arg.Fs->fat_encode(arg.Fs, address, j+offset);
179 arg.Fs->fat_encode(arg.Fs, address, arg.Fs->end_fat);
H A DfsP.h42 void (*fat_encode)(struct Fs_t *This, unsigned int num, member in struct:Fs_t
H A Dfat.c543 This->fat_encode = fat12_encode;
557 This->fat_encode = fast_fat16_encode;
560 This->fat_encode = fat16_encode;
575 This->fat_encode = fast_fat32_encode;
578 This->fat_encode = fat32_encode;
772 This->fat_encode(This, pos, newpos);
773 This->fat_encode(This, newpos, This->end_fat);
781 This->fat_encode(This, pos, 0);
789 This->fat_encode(This, pos, value);
797 This->fat_encode(Thi
[all...]

Completed in 82 milliseconds