Searched refs:CLUST_FREE (Results 1 – 3 of 3) sorted by relevance
129 if (*next == CLUST_FREE) { in checkclnum()318 if (cl == CLUST_FREE) in rsrvdcltype()332 if ((*cp1 != CLUST_FREE && *cp1 < CLUST_BAD in clustdiffer()419 fat[p].next = fat[p].head = CLUST_FREE; in clearchain()462 || fat[head].next == CLUST_FREE in checkfat()498 if (n == CLUST_FREE || n >= CLUST_RSRVD) { in checkfat()614 if (fat[cl].next == CLUST_FREE) in writefat()623 if (fat[cl].next == CLUST_FREE) in writefat()629 if (fat[cl].next == CLUST_FREE) in writefat()636 if (fat[cl].next == CLUST_FREE) in writefat()[all …]
91 #define CLUST_FREE 0 /* 0 means cluster is free */ macro
248 if (cl == CLUST_FREE) in resetDosDirSection()258 fat[boot->bpbRootClust].next = CLUST_FREE; in resetDosDirSection()390 if (dir->head == CLUST_FREE) in checksize()700 || fat[dirent.head].next == CLUST_FREE in readDosDirSection()712 else if (fat[dirent.head].next == CLUST_FREE) in readDosDirSection()
Completed in 7 milliseconds