Searched refs:nextCatalogID (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/hfs-285/CopyHFSMeta/
H A Dmain.c48 left->nextCatalogID != right->nextCatalogID ||
/macosx-10.10.1/hfs-285/newfs_hfs/
H A Dhfs_endian.c138 src->nextCatalogID = SWAP_BE32 (src->nextCatalogID);
H A Dmakehfs.c687 hp->nextCatalogID = defaults->nextFreeFileID;
713 hp->nextCatalogID += 2;
/macosx-10.10.1/pdisk-9/
H A Dhfs_misc.c136 HFSCatalogNodeID nextCatalogID; member in struct:HFSPlusVolumeHeader
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_format.h683 u_int32_t nextCatalogID; /* next unused catalog node ID */ member in struct:HFSPlusVolumeHeader
H A Dhfs_vfsops.c895 vcb->vcbNxtCNID = SWAP_BE32 (vhp->nextCatalogID);
3901 volumeHeader->nextCatalogID = SWAP_BE32 (vcb->vcbNxtCNID);
H A Dhfs_vfsutils.c427 vcb->vcbNxtCNID = SWAP_BE32(vhp->nextCatalogID);
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A Dhfs_endian.c169 src->nextCatalogID = SWAP_BE32 (src->nextCatalogID);
H A DSVerify2.c1692 if ( volumeHeader->nextCatalogID != vcb->vcbNextCatalogID &&
1695 plog( "\tinvalid VHB nextCatalogID \n" );
H A DSVerify1.c710 vcb->vcbNextCatalogID = myVHBPtr->nextCatalogID;
3223 * If volumeHeader->nextCatalogID < vcb->vcbNextCatalogID, probably
3224 * nextCatalogID has wrapped around.
3225 * If volumeHeader->nextCatalogID > vcb->vcbNextCatalogID, probably
3229 if ( (volumeHeader->nextCatalogID > vcb->vcbNextCatalogID) )
3230 vcb->vcbNextCatalogID = volumeHeader->nextCatalogID;
H A DSUtils.c2293 volumeHeader->nextCatalogID = vcb->vcbNextCatalogID;

Completed in 124 milliseconds