HomeSort by: relevance | last modified time | path
    Searched refs:CLUST_FREE (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/msdosfs/
fat.h 56 #define CLUST_FREE 0 /* cluster 0 also means a free cluster */
57 #define MSDOSFSFREE CLUST_FREE
  /src/sbin/fsck_msdos/
fat.c 56 if (*next == CLUST_FREE) {
245 if (cl == CLUST_FREE)
257 if (*cp1 == CLUST_FREE || *cp1 >= CLUST_RSRVD) {
258 if (*cp2 == CLUST_FREE || *cp2 >= CLUST_RSRVD) {
259 if ((*cp1 != CLUST_FREE && *cp1 < CLUST_BAD
260 && *cp2 != CLUST_FREE && *cp2 < CLUST_BAD)
294 if (*cp2 == CLUST_FREE || *cp2 >= CLUST_RSRVD) {
346 fat[p].next = fat[p].head = CLUST_FREE;
389 || fat[head].next == CLUST_FREE
403 fat[head].length = fat[head].next == CLUST_FREE ? 0 : len
    [all...]
dosfs.h 89 #define CLUST_FREE 0 /* 0 means cluster is free */
dir.c 257 if (cl == CLUST_FREE)
267 fat[boot->RootCl].next = CLUST_FREE;
399 if (dir->head == CLUST_FREE)
712 || fat[dirent.head].next == CLUST_FREE
724 else if (fat[dirent.head].next == CLUST_FREE)

Completed in 12 milliseconds