Searched refs:tdcp (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_link.c410 struct cnode *tdcp; local
482 tdcp = VTOC(tdvp);
499 if (tdcp->c_flag & (C_NOEXISTS | C_DELETED)) {
520 tdcp->c_flag |= C_DIR_MODIFICATION;
532 todesc.cd_parentcnid = tdcp->c_fileid;
575 if ((parentcnid == tdcp->c_fileid) ||
576 (tdcp->c_fileid == kHFSRootFolderID) ||
578 cat_check_link_ancestry(hfsmp, tdcp->c_fileid, cp->c_fileid)) {
588 error = hfs_makelink(hfsmp, vp, cp, tdcp, cnp);
594 if (tdcp
[all...]
H A Dhfs_vnops.c4077 struct cnode *tdcp; local
4211 tdcp = VTOC(tdvp);
4303 hfs_unlockfour(fdcp, fcp, tdcp, tcp);
4322 if (tdcp->c_flag & (C_NOEXISTS | C_DELETED)) {
4329 * the parent/child relationship with fdcp and tdcp, as well as the
4349 hfs_unlockfour(fdcp, fcp, tdcp, tcp);
4360 tdcp->c_flag |= C_DIR_MODIFICATION;
4376 if (cat_check_link_ancestry(hfsmp, tdcp->c_fileid, 0)) {
4400 if (tdcp->c_parentcnid == fcp->c_fileid) {
4456 if (tvp && (tdcp
[all...]

Completed in 23 milliseconds