Searched refs:folderCount (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/hfs-226.1.1/newfs_hfs/
H A Dhfs_endian.c131 src->folderCount = SWAP_BE32 (src->folderCount);
/macosx-10.9.5/pdisk-9/
H A Dhfs_misc.c129 u32 folderCount; member in struct:HFSPlusVolumeHeader
/macosx-10.9.5/hfs-226.1.1/CopyHFSMeta/
H A Dmain.c195 left->folderCount != right->folderCount ||
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DCatalogCheck.c84 * This structure is used to keep track of the folderCount field in
113 * to update the folderCount field, if necessary.
134 UInt32 folderCount = 0; local
155 folderCount++;
164 folderCount++;
170 if (folderCount != folder->folderCount) {
173 folderCount,
174 folder->folderCount,
305 * CheckFolderCount - Verify the folderCount field
[all...]
H A Dhfs_endian.c162 src->folderCount = SWAP_BE32 (src->folderCount);
635 srcRec->folderCount = SWAP_BE32 (srcRec->folderCount);
H A DSRepair.c1287 * If we've had to make a folder on an HFSX volume, we set the folderCount to what
1290 if ((UInt32)p->incorrect != record.hfsPlusFolder.folderCount) {
1291 DPRINT(stderr, "UpdFolderCount: incorrect (%u) != expected folderCount (%u)\n", (UInt32)p->incorrect, record.hfsPlusFolder.folderCount);
1295 if (record.hfsPlusFolder.folderCount == p->correct) {
1301 record.hfsPlusFolder.folderCount = p->correct;
1423 case E_FldCount: // folderCount needs to be updated
6009 CountFolderItems(SGlobPtr GPtr, UInt32 folderID, Boolean isHFSPlus, UInt32 *itemCount, UInt32 *folderCount) argument
6055 if (folderCount)
6056 *folderCount
[all...]
H A DSVerify2.c1612 if ( volumeHeader->folderCount != vcb->vcbFolderCount &&
1616 sprintf(badStr, "%u", volumeHeader->folderCount);
H A DSRebuildBTree.c200 myVCBPtr->vcbFolderCount = myVHBPtr->folderCount;
H A DSUtils.c2285 volumeHeader->folderCount = vcb->vcbFolderCount;
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_format.h401 u_int32_t folderCount; /* number of enclosed folders, active when HasFolderCount is set */ member in struct:HFSPlusCatalogFolder
674 u_int32_t folderCount; /* number of directories in volume */ member in struct:HFSPlusVolumeHeader
H A Dhfs_endian.c620 srcRec->folderCount = SWAP_BE32 (srcRec->folderCount);
H A Dhfs_catalog.c1876 dir->folderCount = attrp->ca_dircount;
4219 crp->hfsPlusFolder.folderCount = 0;
4411 ((const HFSPlusCatalogFolder *)crp)->folderCount : 0;
H A Dhfs_vfsutils.c422 vcb->vcbDirCnt = SWAP_BE32(vhp->folderCount);
H A Dhfs_vfsops.c909 vcb->vcbDirCnt = SWAP_BE32 (vhp->folderCount);
3862 volumeHeader->folderCount = SWAP_BE32 (vcb->vcbDirCnt);

Completed in 245 milliseconds