Home
last modified time | relevance | path

Searched refs:CLUST_EOFS (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/fs/msdosfs/
Dfat.h64 #define CLUST_EOFS 0xfffffff8 /* start of eof cluster range */ macro
83 #define MSDOSFSEOF(pmp, cn) ((((cn) | ~(pmp)->pm_fatmask) & CLUST_EOFS) == CLUST_EOFS)
/freebsd-12-stable/usr.sbin/makefs/msdos/
Dfat.h64 #define CLUST_EOFS 0xfffffff8 /* start of eof cluster range */ macro
83 #define MSDOSFSEOF(pmp, cn) ((((cn) | ~(pmp)->pm_fatmask) & CLUST_EOFS) == CLUST_EOFS)
/freebsd-12-stable/sbin/fsck_msdosfs/
Ddosfs.h90 #define CLUST_EOFS 0xfffffff8 /* start of EOF indicators */ macro
Dfat.c1077 if (next_cl >= CLUST_EOFS) { in checkchain()