Home
last modified time | relevance | path

Searched refs:CLUST_FREE (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/fs/msdosfs/
H A Dfat.h58 #define CLUST_FREE 0 /* cluster 0 also means a free cluster */ macro
59 #define MSDOSFSFREE CLUST_FREE
H A Dmsdosfs_fat.c954 } else if (readcn == CLUST_FREE) { in fillinusemap()
/freebsd/sbin/fsck_msdosfs/
H A Dfat.c968 if (nextcl == CLUST_FREE) { in readfat()
1021 if (cl == CLUST_FREE) in rsrvdcltype()
1091 if (next_cl == CLUST_FREE || next_cl >= CLUST_RSRVD) { in checkchain()
1107 next_cl = CLUST_FREE; in checkchain()
1129 (void)fat_set_cl_next(fat, current_cl, CLUST_FREE); in clearchain()
1309 (boot->NumFree && fat_get_cl_next(fat, boot->FSNext) != CLUST_FREE))) { in checklost()
1315 if (fat_get_cl_next(fat, head) == CLUST_FREE) { in checklost()
H A Ddosfs.h85 #define CLUST_FREE 0 /* 0 means cluster is free */ macro
H A Ddir.c398 if (dir->head == CLUST_FREE) { in checksize()
410 dir->head = CLUST_FREE; in checksize()
/freebsd/usr.sbin/makefs/msdos/
H A Dmsdosfs_fat.c921 } else if (readcn == CLUST_FREE) in fillinusemap()