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

/freebsd-12-stable/sys/fs/msdosfs/
H A Dfat.h59 #define CLUST_FREE 0 /* cluster 0 also means a free cluster */ macro
60 #define MSDOSFSFREE CLUST_FREE
H A Dmsdosfs_fat.c948 } else if (readcn == CLUST_FREE)
/freebsd-12-stable/usr.sbin/makefs/msdos/
H A Dfat.h59 #define CLUST_FREE 0 /* cluster 0 also means a free cluster */ macro
60 #define MSDOSFSFREE CLUST_FREE
H A Dmsdosfs_fat.c925 } else if (readcn == CLUST_FREE)
/freebsd-12-stable/sbin/fsck_msdosfs/
H A Ddosfs.h86 #define CLUST_FREE 0 /* 0 means cluster is free */ macro
H A Dfat.c945 * a) CLUST_FREE or CLUST_BAD. The *current* cluster can't be a
970 if (nextcl == CLUST_FREE) {
1023 if (cl == CLUST_FREE)
1085 * If the current node is e.g. CLUST_FREE, CLUST_BAD, etc.,
1093 if (next_cl == CLUST_FREE || next_cl >= CLUST_RSRVD) {
1109 next_cl = CLUST_FREE;
1131 (void)fat_set_cl_next(fat, current_cl, CLUST_FREE);
1311 (boot->NumFree && fat_get_cl_next(fat, boot->FSNext) != CLUST_FREE))) {
1317 if (fat_get_cl_next(fat, head) == CLUST_FREE) {
H A Ddir.c400 if (dir->head == CLUST_FREE) {

Completed in 100 milliseconds