Searched defs:fromtp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c127 tmpfs_hash_change(struct tdirent *tdp, struct tmpnode *fromtp) argument
135 tdp->td_tmpnode = fromtp;
675 struct tmpnode *fromtp,
701 if (dotdot == fromtp) {
730 struct tmpnode *fromtp, /* source tmpnode */
749 if (fromtp == to)
752 rw_enter(&fromtp->tn_rwlock, RW_READER);
759 to->tn_vnode->v_vfsp != fromtp->tn_vnode->v_vfsp) {
779 doingdirectory = (fromtp->tn_type == VDIR);
817 tmpfs_hash_change(where, fromtp);
674 tdircheckpath( struct tmpnode *fromtp, struct tmpnode *toparent, struct cred *cred) argument
728 tdirrename( struct tmpnode *fromparent, struct tmpnode *fromtp, struct tmpnode *toparent, char *nm, struct tmpnode *to, struct tdirent *where, struct cred *cred) argument
863 tdirfixdotdot( struct tmpnode *fromtp, struct tmpnode *fromparent, struct tmpnode *toparent) argument
899 tdiraddentry( struct tmpnode *dir, struct tmpnode *tp, char *name, enum de_op op, struct tmpnode *fromtp) argument
[all...]
H A Dtmp_vnops.c1189 struct tmpnode *fromtp = NULL; /* source tmpnode */ local
1210 error = tdirlookup(fromparent, onm, &fromtp, cred);
1222 (error = tmp_sticky_remove_access(fromparent, fromtp, cred)) != 0)
1227 * fromtp == fromparent
1233 (fromparent == fromtp)) {
1256 vnevent_pre_rename_dest_dir(ndvp, TNTOV(fromtp), nnm, ct);
1259 vnevent_pre_rename_src(TNTOV(fromtp), odvp, onm, ct);
1266 fromparent, fromtp, (struct vattr *)NULL,
1285 rw_enter(&fromtp->tn_rwlock, RW_WRITER);
1287 error = tdirdelete(fromparent, fromtp, on
[all...]

Completed in 59 milliseconds