Searched refs:fatDecode (Results 1 – 4 of 4) sorted by relevance
/external/mtools/ |
D | fat.c | 753 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()
|
D | fat_free.c | 41 next_no_step = fatDecode(This,fat); in fat_free()
|
D | file.c | 146 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()
|
D | fsP.h | 88 unsigned int fatDecode(Fs_t *This, unsigned int pos);
|