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

/freebsd-12-stable/sys/fs/msdosfs/
H A 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/
H A 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/
H A Ddosfs.h90 #define CLUST_EOFS 0xfffffff8 /* start of EOF indicators */ macro
H A Dfat.c1058 * would be the EOF marker (>=CLUST_EOFS).
1077 if (next_cl >= CLUST_EOFS) {

Completed in 115 milliseconds