Home
last modified time | relevance | path

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

/external/fsck_msdos/
Ddosfs.h91 #define CLUST_EOF 0xffffffff /* standard value for last cluster */ macro
Dfat.c990 ret |= fat_set_cl_next(fat, cl, CLUST_EOF); in readfat()
1000 ret |= fat_set_cl_next(fat, cl, CLUST_EOF); in readfat()
1106 next_cl = CLUST_EOF; in checkchain()
Ddir.c447 ret = fat_set_cl_next(fat, cl, CLUST_EOF); in checksize()