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

/xnu-2782.1.97/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;
4206 crp->hfsPlusFolder.folderCount = 0;
4398 ((const HFSPlusCatalogFolder *)crp)->folderCount : 0;
H A Dhfs_vfsops.c899 vcb->vcbDirCnt = SWAP_BE32 (vhp->folderCount);
3895 volumeHeader->folderCount = SWAP_BE32 (vcb->vcbDirCnt);
H A Dhfs_vfsutils.c431 vcb->vcbDirCnt = SWAP_BE32(vhp->folderCount);

Completed in 104 milliseconds