Lines Matching refs:fromtp
130 tmpfs_hash_change(struct tdirent *tdp, struct tmpnode *fromtp) in tmpfs_hash_change() argument
138 tdp->td_tmpnode = fromtp; in tmpfs_hash_change()
735 struct tmpnode *fromtp, in tdircheckpath() argument
761 if (dotdot == fromtp) { in tdircheckpath()
790 struct tmpnode *fromtp, /* source tmpnode */ in tdirrename() argument
809 if (fromtp == to) in tdirrename()
812 rw_enter(&fromtp->tn_rwlock, RW_READER); in tdirrename()
819 to->tn_vnode->v_vfsp != fromtp->tn_vnode->v_vfsp) { in tdirrename()
839 doingdirectory = (fromtp->tn_type == VDIR); in tdirrename()
877 tmpfs_hash_change(where, fromtp); in tdirrename()
914 tdirfixdotdot(fromtp, fromparent, toparent); in tdirrename()
918 rw_exit(&fromtp->tn_rwlock); in tdirrename()
924 struct tmpnode *fromtp, /* child directory */ in tdirfixdotdot() argument
938 dotdot = tmpfs_hash_lookup("..", fromtp, 0, NULL); in tdirfixdotdot()
964 struct tmpnode *fromtp) in tdiraddentry() argument
993 tdirfixdotdot(tp, fromtp, dir); in tdiraddentry()