Searched refs:kHFSRootParentID (Results 1 - 7 of 7) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_format.h295 kHFSRootParentID = 1, /* Parent ID of the root folder */ enumerator in enum:__anon65
H A Dhfs_btreeio.c688 cndesc.cd_parentcnid = kHFSRootParentID;
H A Dhfs_vfsops.c3266 (cnid != kHFSRootFolderID && cnid != kHFSRootParentID)) {
3290 if (cnid == kHFSRootParentID) {
3295 cndesc.cd_parentcnid = kHFSRootParentID;
4439 todir_desc.cd_parentcnid = kHFSRootParentID;
4445 to_desc.cd_parentcnid = kHFSRootParentID;
H A Dhfs_attrlist.c967 if (descp->cd_parentcnid == kHFSRootParentID) {
1603 if (descp->cd_parentcnid == kHFSRootParentID) {
H A Dhfs_xattr.c2082 (void) hfs_buildattrkey(kHFSRootParentID, XATTR_XATTREXTENTS_NAME,
2327 cat_desc.cd_parentcnid = kHFSRootParentID;
H A Dhfs_catalog.c1629 descp->cd_parentcnid == kHFSRootParentID)
2063 while ((cnid != kHFSRootFolderID) && (cnid != kHFSRootParentID) &&
2137 while (cnid != kHFSRootParentID) {
H A Dhfs_vfsutils.c181 cndesc.cd_parentcnid = kHFSRootParentID;
534 cndesc.cd_parentcnid = kHFSRootParentID;

Completed in 103 milliseconds