Searched refs:last_fat (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dfat_free.c44 if (next_no_step >= This->last_fat)
H A DfsP.h52 unsigned int last_fat; member in struct:Fs_t
H A Dfile.c144 while (block <= This->last_fat && block != 1 && block) {
208 } while (n <= This->Fs->last_fat && n != 1);
281 if (NewCluNr > Fs->last_fat && mode == MT_WRITE){
291 if (CurCluNr < RelCluNr && NewCluNr > Fs->last_fat){
H A Dmdoctorfat.c168 arg.Fs->fat_encode(arg.Fs, j+offset, arg.Fs->last_fat ^ 6 ^ 8);
H A Dfat.c541 This->last_fat = 0xff6;
552 This->last_fat = 0xfff6;
570 This->last_fat = 0xffffff6;
603 if (tocheck + 1 >= This->last_fat) {
613 if (f == 1 || (f < This->last_fat && f > This->num_clus)){
762 if(ret && (ret < 2 || ret > This->num_clus+1) && ret < This->last_fat) {

Completed in 70 milliseconds