Searched refs:nextCatalogID (Results 1 - 11 of 11) sorted by last modified time

/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_format.h683 u_int32_t nextCatalogID; /* next unused catalog node ID */ member in struct:HFSPlusVolumeHeader
H A Dhfs_vfsops.c905 vcb->vcbNxtCNID = SWAP_BE32 (vhp->nextCatalogID);
3868 volumeHeader->nextCatalogID = SWAP_BE32 (vcb->vcbNxtCNID);
H A Dhfs_vfsutils.c418 vcb->vcbNxtCNID = SWAP_BE32(vhp->nextCatalogID);
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
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 DSVerify2.c1692 if ( volumeHeader->nextCatalogID != vcb->vcbNextCatalogID &&
1695 plog( "\tinvalid VHB nextCatalogID \n" );
H A DSUtils.c2292 volumeHeader->nextCatalogID = vcb->vcbNextCatalogID;
H A Dhfs_endian.c169 src->nextCatalogID = SWAP_BE32 (src->nextCatalogID);
/macosx-10.9.5/hfs-226.1.1/newfs_hfs/
H A Dmakehfs.c687 hp->nextCatalogID = defaults->nextFreeFileID;
713 hp->nextCatalogID += 2;
H A Dhfs_endian.c138 src->nextCatalogID = SWAP_BE32 (src->nextCatalogID);
/macosx-10.9.5/hfs-226.1.1/CopyHFSMeta/
H A Dmain.c197 left->nextCatalogID != right->nextCatalogID ||
/macosx-10.9.5/pdisk-9/
H A Dhfs_misc.c136 HFSCatalogNodeID nextCatalogID; member in struct:HFSPlusVolumeHeader

Completed in 310 milliseconds