Searched refs:CLUST_EOFE (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/fs/msdosfs/
H A Dfat.h65 #define CLUST_EOFE 0xffffffff /* end of eof cluster range */ macro
H A Dmsdosfs_denode.c380 * file to CLUST_EOFE.
452 &chaintofree, CLUST_EOFE);
H A Dmsdosfs_fat.c1028 error = clusteralloc(pmp, cn, count, CLUST_EOFE, &cn, &got);
H A Dmsdosfs_vnops.c1324 error = clusteralloc(pmp, 0, 1, CLUST_EOFE, &newcluster, NULL);
/freebsd-12-stable/usr.sbin/makefs/msdos/
H A Dfat.h65 #define CLUST_EOFE 0xffffffff /* end of eof cluster range */ macro
H A Dmsdosfs_denode.c254 * file to CLUST_EOFE.
313 &chaintofree, CLUST_EOFE);
H A Dmsdosfs_vnops.c565 error = clusteralloc(pmp, 0, 1, CLUST_EOFE, &newcluster, NULL);
H A Dmsdosfs_fat.c1004 error = clusteralloc(pmp, cn, count, CLUST_EOFE, &cn, &got);

Completed in 131 milliseconds