Searched refs:fat_encode (Results 1 – 3 of 3) sorted by relevance
/external/mtools/ |
D | mdoctorfat.c | 171 arg.Fs->fat_encode(arg.Fs, j+offset, arg.Fs->last_fat ^ 6 ^ 8); in mdoctorfat() 174 arg.Fs->fat_encode(arg.Fs, address, j+offset); in mdoctorfat() 182 arg.Fs->fat_encode(arg.Fs, address, arg.Fs->end_fat); in mdoctorfat()
|
D | fat.c | 540 This->fat_encode = fat12_encode; in set_fat12() 554 This->fat_encode = fast_fat16_encode; in set_fat16() 557 This->fat_encode = fat16_encode; in set_fat16() 572 This->fat_encode = fast_fat32_encode; in set_fat32() 575 This->fat_encode = fat32_encode; in set_fat32() 768 This->fat_encode(This, pos, newpos); in fatAppend() 769 This->fat_encode(This, newpos, This->end_fat); in fatAppend() 777 This->fat_encode(This, pos, 0); in fatDeallocate() 785 This->fat_encode(This, pos, value); in fatAllocate() 793 This->fat_encode(This, pos, value); in fatEncode()
|
D | fsP.h | 42 void (*fat_encode)(struct Fs_t *This, unsigned int num, member
|