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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_link.c410 struct cnode *tdcp; local
477 tdcp = VTOC(tdvp);
494 if (tdcp->c_flag & (C_NOEXISTS | C_DELETED)) {
515 tdcp->c_flag |= C_DIR_MODIFICATION;
527 todesc.cd_parentcnid = tdcp->c_fileid;
570 if ((parentcnid == tdcp->c_fileid) ||
571 (tdcp->c_fileid == kHFSRootFolderID) ||
573 cat_check_link_ancestry(hfsmp, tdcp->c_fileid, cp->c_fileid)) {
583 error = hfs_makelink(hfsmp, vp, cp, tdcp, cnp);
589 if (tdcp
[all...]
H A Dhfs_vnops.c3616 struct cnode *tdcp; local
3736 tdcp = VTOC(tdvp);
3759 hfs_unlockfour(fdcp, fcp, tdcp, tcp);
3776 if (tdcp->c_flag & (C_NOEXISTS | C_DELETED)) {
3783 * the parent/child relationship with fdcp and tdcp, as well as the
3803 hfs_unlockfour(fdcp, fcp, tdcp, tcp);
3814 tdcp->c_flag |= C_DIR_MODIFICATION;
3830 if (cat_check_link_ancestry(hfsmp, tdcp->c_fileid, 0)) {
3854 if (tdcp->c_parentcnid == fcp->c_fileid) {
3910 if (tvp && (tdcp
[all...]

Completed in 75 milliseconds