Searched refs:fileCount (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_format.h673 u_int32_t fileCount; /* number of files in volume */ member in struct:HFSPlusVolumeHeader
H A Dhfs_vfsops.c898 vcb->vcbFilCnt = SWAP_BE32 (vhp->fileCount);
3894 volumeHeader->fileCount = SWAP_BE32 (vcb->vcbFilCnt);
H A Dhfs_vfsutils.c430 vcb->vcbFilCnt = SWAP_BE32(vhp->fileCount);

Completed in 215 milliseconds