Lines Matching refs:fromtp
1187 struct tmpnode *fromtp = NULL; /* source tmpnode */ in tmp_rename() local
1208 error = tdirlookup(fromparent, onm, &fromtp, cred); in tmp_rename()
1220 (error = tmp_sticky_remove_access(fromparent, fromtp, cred)) != 0) in tmp_rename()
1231 (fromparent == fromtp)) { in tmp_rename()
1254 vnevent_pre_rename_dest_dir(ndvp, TNTOV(fromtp), nnm, ct); in tmp_rename()
1257 vnevent_pre_rename_src(TNTOV(fromtp), odvp, onm, ct); in tmp_rename()
1264 fromparent, fromtp, (struct vattr *)NULL, in tmp_rename()
1283 rw_enter(&fromtp->tn_rwlock, RW_WRITER); in tmp_rename()
1285 error = tdirdelete(fromparent, fromtp, onm, DR_RENAME, cred); in tmp_rename()
1298 rw_exit(&fromtp->tn_rwlock); in tmp_rename()
1302 vnevent_rename_src(TNTOV(fromtp), odvp, onm, ct); in tmp_rename()
1312 tmpnode_rele(fromtp); in tmp_rename()