HomeSort by relevance Sort by last modified time
    Searched refs:CLUST_FREE (Results 1 - 3 of 3) sorted by null

  /external/fsck_msdos/
fat.c 142 if (*next == CLUST_FREE) {
327 if (cl == CLUST_FREE)
339 if (*cp1 == CLUST_FREE || *cp1 >= CLUST_RSRVD) {
340 if (*cp2 == CLUST_FREE || *cp2 >= CLUST_RSRVD) {
341 if ((*cp1 != CLUST_FREE && *cp1 < CLUST_BAD
342 && *cp2 != CLUST_FREE && *cp2 < CLUST_BAD)
376 if (*cp2 == CLUST_FREE || *cp2 >= CLUST_RSRVD) {
428 fat[p].next = fat[p].head = CLUST_FREE;
463 || fat[head].next == CLUST_FREE
482 fat[head].length = fat[head].next == CLUST_FREE ? 0 : len
    [all...]
dosfs.h 96 #define CLUST_FREE 0 /* 0 means cluster is free */
dir.c 250 if (cl == CLUST_FREE)
260 fat[boot->RootCl].next = CLUST_FREE;
398 if (dir->head == CLUST_FREE)
792 || fat[dirent.head].next == CLUST_FREE
804 else if (fat[dirent.head].next == CLUST_FREE)

Completed in 64 milliseconds