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

/freebsd-10.1-release/sys/fs/msdosfs/
H A Dfat.h55 #define CLUST_FREE 0 /* cluster 0 also means a free cluster */ macro
56 #define MSDOSFSFREE CLUST_FREE
/freebsd-10.1-release/sbin/fsck_msdosfs/
H A Dfat.c137 if (*next == CLUST_FREE) {
326 if (cl == CLUST_FREE)
338 if (*cp1 == CLUST_FREE || *cp1 >= CLUST_RSRVD) {
339 if (*cp2 == CLUST_FREE || *cp2 >= CLUST_RSRVD) {
340 if ((*cp1 != CLUST_FREE && *cp1 < CLUST_BAD
341 && *cp2 != CLUST_FREE && *cp2 < CLUST_BAD)
375 if (*cp2 == CLUST_FREE || *cp2 >= CLUST_RSRVD) {
427 fat[p].next = fat[p].head = CLUST_FREE;
470 || fat[head].next == CLUST_FREE
484 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.c256 if (cl == CLUST_FREE)
266 fat[boot->bpbRootClust].next = CLUST_FREE;
398 if (dir->head == CLUST_FREE)
708 || fat[dirent.head].next == CLUST_FREE
720 else if (fat[dirent.head].next == CLUST_FREE)

Completed in 46 milliseconds