Lines Matching refs:tmpnode

107 	struct tmpnode *tp,  in wrtmp()
444 struct tmpnode *tp, in rdtmp()
578 struct tmpnode *tp = (struct tmpnode *)VTOTN(vp); in tmp_read()
607 struct tmpnode *tp = (struct tmpnode *)VTOTN(vp); in tmp_write()
661 struct tmpnode *tp = (struct tmpnode *)VTOTN(vp); in tmp_getattr()
725 struct tmpnode *tp = (struct tmpnode *)VTOTN(vp); in tmp_setattr()
800 struct tmpnode *tp = (struct tmpnode *)VTOTN(vp); in tmp_access()
823 struct tmpnode *tp = (struct tmpnode *)VTOTN(dvp); in tmp_lookup()
824 struct tmpnode *ntp = NULL; in tmp_lookup()
830 struct tmpnode *xdp; in tmp_lookup()
865 xdp = tmp_memalloc(sizeof (struct tmpnode), in tmp_lookup()
942 struct tmpnode *parent; in tmp_create()
944 struct tmpnode *self; in tmp_create()
946 struct tmpnode *oldtp; in tmp_create()
949 parent = (struct tmpnode *)VTOTN(dvp); in tmp_create()
1033 (struct tmpnode *)NULL, (struct tmpnode *)NULL, in tmp_create()
1081 struct tmpnode *parent = (struct tmpnode *)VTOTN(dvp); in tmp_remove()
1083 struct tmpnode *tp = NULL; in tmp_remove()
1117 struct tmpnode *parent; in tmp_link()
1118 struct tmpnode *from; in tmp_link()
1121 struct tmpnode *found = NULL; in tmp_link()
1127 parent = (struct tmpnode *)VTOTN(dvp); in tmp_link()
1128 from = (struct tmpnode *)VTOTN(srcvp); in tmp_link()
1153 error = tdirenter(tm, parent, tnm, DE_LINK, (struct tmpnode *)NULL, in tmp_link()
1154 from, NULL, (struct tmpnode **)NULL, cred, ct); in tmp_link()
1173 struct tmpnode *fromparent; in tmp_rename()
1174 struct tmpnode *toparent; in tmp_rename()
1175 struct tmpnode *fromtp = NULL; /* source tmpnode */ in tmp_rename()
1184 fromparent = (struct tmpnode *)VTOTN(odvp); in tmp_rename()
1185 toparent = (struct tmpnode *)VTOTN(ndvp); in tmp_rename()
1240 (struct tmpnode **)NULL, cred, ct); in tmp_rename()
1306 struct tmpnode *parent = (struct tmpnode *)VTOTN(dvp); in tmp_mkdir()
1307 struct tmpnode *self = NULL; in tmp_mkdir()
1333 error = tdirenter(tm, parent, nm, DE_MKDIR, (struct tmpnode *)NULL, in tmp_mkdir()
1334 (struct tmpnode *)NULL, va, &self, cred, ct); in tmp_mkdir()
1356 struct tmpnode *parent = (struct tmpnode *)VTOTN(dvp); in tmp_rmdir()
1357 struct tmpnode *self = NULL; in tmp_rmdir()
1438 struct tmpnode *tp = (struct tmpnode *)VTOTN(vp); in tmp_readdir()
1551 struct tmpnode *parent = (struct tmpnode *)VTOTN(dvp); in tmp_symlink()
1552 struct tmpnode *self = (struct tmpnode *)NULL; in tmp_symlink()
1578 error = tdirenter(tm, parent, lnm, DE_CREATE, (struct tmpnode *)NULL, in tmp_symlink()
1579 (struct tmpnode *)NULL, tva, &self, cred, ct); in tmp_symlink()
1609 struct tmpnode *tp = (struct tmpnode *)VTOTN(vp); in tmp_readlink()
1639 struct tmpnode *tp = (struct tmpnode *)VTOTN(vp); in tmp_inactive()
1688 struct tmpnode *xtp = tp->tn_xattrdp; in tmp_inactive()
1715 tmp_memfree(tp, sizeof (struct tmpnode)); in tmp_inactive()
1722 struct tmpnode *tp = (struct tmpnode *)VTOTN(vp); in tmp_fid()
1760 struct tmpnode *tp = VTOTN(vp); in tmp_getpage()
1913 struct tmpnode *tp = VTOTN(vp); in tmp_putpage()
2053 struct tmpnode *tp; in tmp_putapage()
2158 struct tmpnode *tp = (struct tmpnode *)VTOTN(vp); in tmp_map()
2248 register struct tmpnode *tp = VTOTN(vp); in tmp_freesp()
2340 struct tmpnode *tp = VTOTN(vp); in tmp_rwlock()
2354 struct tmpnode *tp = VTOTN(vp); in tmp_rwunlock()
2367 struct tmpnode *tp = NULL; in tmp_pathconf()