Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_msdosfs/
H A Ddosfs.h90 #define CLUST_EOF 0xffffffff /* standard value for last cluster */ macro
H A Dfat.c988 ret |= fat_set_cl_next(fat, cl, CLUST_EOF); in readfat()
998 ret |= fat_set_cl_next(fat, cl, CLUST_EOF); in readfat()
1104 next_cl = CLUST_EOF; in checkchain()
H A Ddir.c458 ret = fat_set_cl_next(fat, cl, CLUST_EOF); in checksize()