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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_link.c425 struct cnode *tdcp; local
505 tdcp = VTOC(tdvp);
522 if (tdcp->c_flag & (C_NOEXISTS | C_DELETED)) {
543 tdcp->c_flag |= C_DIR_MODIFICATION;
555 todesc.cd_parentcnid = tdcp->c_fileid;
598 if ((parentcnid == tdcp->c_fileid) ||
599 (tdcp->c_fileid == kHFSRootFolderID) ||
601 cat_check_link_ancestry(hfsmp, tdcp->c_fileid, cp->c_fileid)) {
611 error = hfs_makelink(hfsmp, vp, cp, tdcp, cnp);
617 if (tdcp
[all...]
H A Dhfs_vnops.c4342 struct cnode *tdcp; local
4475 tdcp = VTOC(tdvp);
4567 hfs_unlockfour(fdcp, fcp, tdcp, tcp);
4586 if (tdcp->c_flag & (C_NOEXISTS | C_DELETED)) {
4593 * the parent/child relationship with fdcp and tdcp, as well as the
4613 hfs_unlockfour(fdcp, fcp, tdcp, tcp);
4624 tdcp->c_flag |= C_DIR_MODIFICATION;
4640 if (cat_check_link_ancestry(hfsmp, tdcp->c_fileid, 0)) {
4664 if (tdcp->c_parentcnid == fcp->c_fileid) {
4720 if (tvp && (tdcp
[all...]

Completed in 81 milliseconds