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

/macosx-10.10/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dfat.h84 #define CLUST_EOFE 0xffffffff /* end of eof cluster range */ macro
H A Dmsdosfs_denode.c393 if (pmp->pm_label_cluster != CLUST_EOFE) {
561 if (isRoot && pmp->pm_label_cluster == CLUST_EOFE)
692 * file to CLUST_EOFE.
775 &chaintofree, CLUST_EOFE);
H A Dmsdosfs_fat.c1937 error = msdosfs_chainalloc(pmp, cn, got, CLUST_EOFE, NULL, NULL);
1999 error = msdosfs_chainalloc(pmp, cn, got, CLUST_EOFE, NULL, NULL);
2056 error = msdosfs_chainalloc(pmp, cn, got, CLUST_EOFE, NULL, NULL);
H A Dmsdosfs_vfsops.c428 pmp->pm_label_cluster = CLUST_EOFE; /* Assume there is no label in the root */
1407 if (pmp->pm_label_cluster != CLUST_EOFE) {
H A Dmsdosfs_lookup.c944 if (pmp->pm_label_cluster == CLUST_EOFE)
H A Dmsdosfs_vnops.c1819 error = msdosfs_clusteralloc(pmp, 0, 1, CLUST_EOFE, &newcluster, NULL);
2761 error = msdosfs_clusteralloc(pmp, 0, clusters, CLUST_EOFE, &cn, &got);

Completed in 81 milliseconds