Home
last modified time | relevance | path

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

/external/fsck_msdos/
Dfat.c970 if (nextcl == CLUST_FREE) { in readfat()
1023 if (cl == CLUST_FREE) in rsrvdcltype()
1093 if (next_cl == CLUST_FREE || next_cl >= CLUST_RSRVD) { in checkchain()
1109 next_cl = CLUST_FREE; in checkchain()
1131 (void)fat_set_cl_next(fat, current_cl, CLUST_FREE); in clearchain()
1311 (boot->NumFree && fat_get_cl_next(fat, boot->FSNext) != CLUST_FREE))) { in checklost()
1317 if (fat_get_cl_next(fat, head) == CLUST_FREE) { in checklost()
Ddosfs.h86 #define CLUST_FREE 0 /* 0 means cluster is free */ macro
Ddir.c400 if (dir->head == CLUST_FREE) { in checksize()