Home
last modified time | relevance | path

Searched refs:fatDecode (Results 1 – 4 of 4) sorted by relevance

/external/mtools/
Dfat.c753 unsigned int fatDecode(Fs_t *This, unsigned int pos) in fatDecode() function
814 unsigned int r = fatDecode(This, i); in get_next_free_cluster()
824 unsigned int r = fatDecode(This, i); in get_next_free_cluster()
880 unsigned int r = fatDecode(This,i); in getfree()
928 unsigned int r = fatDecode(This, i); in getfreeMinClusters()
938 unsigned int r = fatDecode(This, i); in getfreeMinClusters()
Dfat_free.c41 next_no_step = fatDecode(This,fat); in fat_free()
Dfile.c146 block = fatDecode(This, block); in _countBlocks()
204 n = fatDecode(This->Fs, n); in printFat()
232 n = fatDecode(This->Fs, n); in printFatWithOffset()
301 NewCluNr = fatDecode(This->Fs, AbsCluNr); in normal_map()
DfsP.h88 unsigned int fatDecode(Fs_t *This, unsigned int pos);