Home
last modified time | relevance | path

Searched refs:fat_encode (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mtools/
H A Dfat.c566 This->fat_encode = fat12_encode; in set_fat12()
580 This->fat_encode = fast_fat16_encode; in set_fat16()
583 This->fat_encode = fat16_encode; in set_fat16()
598 This->fat_encode = fast_fat32_encode; in set_fat32()
601 This->fat_encode = fat32_encode; in set_fat32()
792 This->fat_encode(This, pos, newpos); in fatAppend()
793 This->fat_encode(This, newpos, This->end_fat); in fatAppend()
801 This->fat_encode(This, pos, 0); in fatDeallocate()
809 This->fat_encode(This, pos, value); in fatAllocate()
817 This->fat_encode(This, pos, value); in fatEncode()
H A Dmdoctorfat.c171 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()
H A DfsP.h40 void (*fat_encode)(struct Fs_t *This, unsigned int num, member