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

/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);

Completed in 35 milliseconds