Searched refs:CLUST_FREE (Results 1 - 7 of 7) sorted by path

/macosx-10.10.1/msdosfs-209.1.1/fsck_msdos.tproj/
H A Ddir.c253 * is valid, not CLUST_FREE, and not yet marked used.
296 if (cluster == CLUST_FREE || cluster >= CLUST_RSRVD)
367 if (cl == CLUST_FREE)
374 * This used to assign CLUST_FREE. How was that a good idea???
605 if (fat_set(cl, CLUST_FREE))
955 if (dirent.head == CLUST_FREE)
985 if (next == CLUST_FREE)
H A Ddosfs.h118 #define CLUST_FREE 0 /* 0 means cluster is free */ macro
H A Dfat.c557 if (value == CLUST_FREE)
591 if (value == CLUST_FREE)
629 if (value == CLUST_FREE)
683 * Mark all unreferenced clusters as CLUST_FREE. Also calculate
704 else if (value == CLUST_FREE)
718 err = fat_set(cluster, CLUST_FREE);
851 if (cl == CLUST_FREE)
/macosx-10.10.1/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dfat.h78 #define CLUST_FREE 0 /* cluster 0 also means a free cluster */ macro
79 #define MSDOSFSFREE CLUST_FREE
/macosx-10.10.1/msdosfs-209.1.1/
H A Dmsdosfs.py5 CLUST_FREE = 0 variable
383 if self[cluster] == CLUST_FREE:
703 if cluster == CLUST_FREE:
708 if cluster == CLUST_FREE or cluster >= CLUST_RSRVD:
739 if cluster == CLUST_FREE or cluster >= CLUST_RSRVD:
748 if cluster == CLUST_FREE or cluster >= CLUST_RSRVD:
787 if cluster == CLUST_FREE or cluster >= CLUST_RSRVD:
796 if cluster == CLUST_FREE or cluster >= CLUST_RSRVD:
1258 ignore = set([CLUST_FREE, 1, CLUST_RSRVD, CLUST_BAD]) # FAT values to ignore
1352 if v.fat[cl] == CLUST_FREE
[all...]
H A Dtest_fsck.py327 head = v.allocate(8, last=CLUST_FREE)
387 v.root().mkfile('FILE5', head=CLUST_FREE, length=4*v.bytesPerCluster+55)
398 v.fat[to_free] = CLUST_FREE
434 mkdir(root, 'DIR1', CLUST_FREE)
479 for head in [CLUST_FREE, CLUST_RSRVD, CLUST_BAD, CLUST_EOF, 1, clusters+2]:
501 for link in [CLUST_FREE, CLUST_RSRVD, CLUST_BAD]:
/macosx-10.10.1/msdosfs-209.1.1/userfs_plugin/
H A Dmsdosfs.c593 cluster = volume->fatEntrySet(cluster, &entry, CLUST_FREE);

Completed in 293 milliseconds