Searched refs:c_cnid (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_lookup.c485 if (cp->c_cnid == hfsmp->hfs_private_desc[FILE_HARDLINKS].cd_cnid ||
486 cp->c_cnid == hfsmp->hfs_private_desc[DIR_HARDLINKS].cd_cnid) {
505 if ((cp->c_parentcnid != dcp->c_cnid) ||
H A Dhfs_link.c603 printf ("hfs_vnop_link: error updating destination parent chain for %u\n", tdcp->c_cnid);
632 printf ("hfs_vnop_link: error updating source parent chain for %u\n", fdcp->c_cnid);
637 (tdcp->c_cnid == kHFSRootFolderID));
711 * for the name (as opposed to the c_cnid in the cnode which
739 if (dcp->c_fileid != dcp->c_cnid) {
740 hfs_relorigin(cp, dcp->c_cnid);
862 hfs_volupdate(hfsmp, VOL_RMFILE, (dcp->c_cnid == kHFSRootFolderID));
1079 origin->lo_cnid = cp->c_cnid;
1186 return (cp->c_cnid);
H A Dhfs_vnops.c281 if (0 == hfs_vget(VTOHFS(cp->c_rsrc_vp), cp->c_cnid, data_vp, 1, 0) &&
788 if (cp->c_cnid == kHFSRootFolderID) {
803 if (cp->c_cnid == kHFSRootFolderID) {
964 * c_cnid. But for hard link files, they are different - the
965 * c_cnid belongs to the active directory entry (ie the link)
984 vap->va_linkid = (u_int64_t)cp->c_cnid;
1027 if (VATTR_IS_ACTIVE(vap, va_name) && (cp->c_cnid != kHFSRootFolderID)) {
1044 ((cp->c_desc.cd_namelen == 0) || (vap->va_linkid != cp->c_cnid))) {
1332 (cp->c_cnid != kHFSRootFolderID) &&
2116 error = MoveData(hfsmp, from_cp->c_cnid, to_c
[all...]
H A Dhfs_cnode.h172 #define c_cnid c_desc.cd_cnid macro
H A Dhfs_cnode.c398 lookup_rsrc->lookup_desc.cd_cnid = cp->c_cnid;
H A Dhfs_hotfiles.c1142 printf("hfs: hotfiles_adopt: huh, not a file %d (%d)\n", listp->hfl_hotfile[i].hf_fileid, VTOC(vp)->c_cnid);
H A Dhfs_readwrite.c1056 if (cnid == skip_cp->c_cnid) {
4600 if (cp->c_cnid < kHFSFirstUserCatalogNodeID)
H A Dhfs_vfsops.c7595 to_desc.cd_cnid = cp->c_cnid;

Completed in 229 milliseconds