Searched refs:MAX_DIR (Results 1 – 2 of 2) sorted by relevance
196 #define MAX_DIR 0x200000 /* Max size of FAT directory */ macro
1446 if (ofs >= (DWORD)MAX_DIR || ofs % SZDIRE) { in dir_sdi()1498 if (ofs >= (DWORD)MAX_DIR) dp->sect = 0; /* Disable it if the offset reached the max value */ in dir_next()