Searched refs:CLUST_FREE (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/fs/msdosfs/
H A Dfat.h56 #define CLUST_FREE 0 /* cluster 0 also means a free cluster */ macro
57 #define MSDOSFSFREE CLUST_FREE
/netbsd-6-1-5-RELEASE/sbin/fsck_msdos/
H A Dfat.c56 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;
381 || fat[head].next == CLUST_FREE
394 fat[head].length = fat[head].next == CLUST_FREE
[all...]
H A Ddosfs.h89 #define CLUST_FREE 0 /* 0 means cluster is free */ macro
H A Ddir.c257 if (cl == CLUST_FREE)
267 fat[boot->RootCl].next = CLUST_FREE;
399 if (dir->head == CLUST_FREE)
710 || fat[dirent.head].next == CLUST_FREE
722 else if (fat[dirent.head].next == CLUST_FREE)

Completed in 100 milliseconds