Home
last modified time | relevance | path

Searched refs:last_fat (Results 1 – 6 of 6) sorted by relevance

/external/mtools/
Dfile.c144 while (block <= This->last_fat && block != 1 && block) { in _countBlocks()
208 } while (n <= This->Fs->last_fat && n != 1); in printFat()
236 if(n > This->Fs->last_fat) in printFatWithOffset()
309 if (NewCluNr > Fs->last_fat && mode == MT_WRITE){ in normal_map()
319 if (CurCluNr < RelCluNr && NewCluNr > Fs->last_fat){ in normal_map()
Dfat.c538 This->last_fat = 0xff6; in set_fat12()
549 This->last_fat = 0xfff6; in set_fat16()
567 This->last_fat = 0xffffff6; in set_fat32()
600 if (tocheck + 1 >= This->last_fat) { in check_fat()
610 if (f == 1 || (f < This->last_fat && f > This->num_clus)){ in check_fat()
758 if(ret && (ret < 2 || ret > This->num_clus+1) && ret < This->last_fat) { in fatDecode()
Dfat_free.c44 if (next_no_step >= This->last_fat) in fat_free()
DfsP.h52 unsigned int last_fat; member
Dmdoctorfat.c171 arg.Fs->fat_encode(arg.Fs, j+offset, arg.Fs->last_fat ^ 6 ^ 8); in mdoctorfat()
Dmbadblocks.c206 badClus = Fs->last_fat + 1; in mbadblocks()