Lines Matching refs:tmpnode

114 	struct tmpnode *tp,  in wrtmp()
451 struct tmpnode *tp, in rdtmp()
585 struct tmpnode *tp = (struct tmpnode *)VTOTN(vp); in tmp_read()
614 struct tmpnode *tp = (struct tmpnode *)VTOTN(vp); in tmp_write()
668 struct tmpnode *tp = (struct tmpnode *)VTOTN(vp); in tmp_getattr()
732 struct tmpnode *tp = (struct tmpnode *)VTOTN(vp); in tmp_setattr()
811 struct tmpnode *tp = (struct tmpnode *)VTOTN(vp); in tmp_access()
834 struct tmpnode *tp = (struct tmpnode *)VTOTN(dvp); in tmp_lookup()
835 struct tmpnode *ntp = NULL; in tmp_lookup()
841 struct tmpnode *xdp; in tmp_lookup()
876 xdp = tmp_memalloc(sizeof (struct tmpnode), in tmp_lookup()
953 struct tmpnode *parent; in tmp_create()
955 struct tmpnode *self; in tmp_create()
957 struct tmpnode *oldtp; in tmp_create()
960 parent = (struct tmpnode *)VTOTN(dvp); in tmp_create()
1047 (struct tmpnode *)NULL, (struct tmpnode *)NULL, in tmp_create()
1095 struct tmpnode *parent = (struct tmpnode *)VTOTN(dvp); in tmp_remove()
1097 struct tmpnode *tp = NULL; in tmp_remove()
1130 struct tmpnode *parent; in tmp_link()
1131 struct tmpnode *from; in tmp_link()
1134 struct tmpnode *found = NULL; in tmp_link()
1140 parent = (struct tmpnode *)VTOTN(dvp); in tmp_link()
1141 from = (struct tmpnode *)VTOTN(srcvp); in tmp_link()
1165 error = tdirenter(tm, parent, tnm, DE_LINK, (struct tmpnode *)NULL, in tmp_link()
1166 from, NULL, (struct tmpnode **)NULL, cred, ct); in tmp_link()
1185 struct tmpnode *fromparent; in tmp_rename()
1186 struct tmpnode *toparent; in tmp_rename()
1187 struct tmpnode *fromtp = NULL; /* source tmpnode */ in tmp_rename()
1188 struct tmpnode *totp; /* target tmpnode */ in tmp_rename()
1197 fromparent = (struct tmpnode *)VTOTN(odvp); in tmp_rename()
1198 toparent = (struct tmpnode *)VTOTN(ndvp); in tmp_rename()
1265 (struct tmpnode **)NULL, cred, ct); in tmp_rename()
1333 struct tmpnode *parent = (struct tmpnode *)VTOTN(dvp); in tmp_mkdir()
1334 struct tmpnode *self = NULL; in tmp_mkdir()
1360 error = tdirenter(tm, parent, nm, DE_MKDIR, (struct tmpnode *)NULL, in tmp_mkdir()
1361 (struct tmpnode *)NULL, va, &self, cred, ct); in tmp_mkdir()
1383 struct tmpnode *parent = (struct tmpnode *)VTOTN(dvp); in tmp_rmdir()
1384 struct tmpnode *self = NULL; in tmp_rmdir()
1465 struct tmpnode *tp = (struct tmpnode *)VTOTN(vp); in tmp_readdir()
1578 struct tmpnode *parent = (struct tmpnode *)VTOTN(dvp); in tmp_symlink()
1579 struct tmpnode *self = (struct tmpnode *)NULL; in tmp_symlink()
1605 error = tdirenter(tm, parent, lnm, DE_CREATE, (struct tmpnode *)NULL, in tmp_symlink()
1606 (struct tmpnode *)NULL, tva, &self, cred, ct); in tmp_symlink()
1636 struct tmpnode *tp = (struct tmpnode *)VTOTN(vp); in tmp_readlink()
1666 struct tmpnode *tp = (struct tmpnode *)VTOTN(vp); in tmp_inactive()
1715 struct tmpnode *xtp = tp->tn_xattrdp; in tmp_inactive()
1742 tmp_memfree(tp, sizeof (struct tmpnode)); in tmp_inactive()
1749 struct tmpnode *tp = (struct tmpnode *)VTOTN(vp); in tmp_fid()
1787 struct tmpnode *tp = VTOTN(vp); in tmp_getpage()
1936 struct tmpnode *tp = VTOTN(vp); in tmp_putpage()
2076 struct tmpnode *tp; in tmp_putapage()
2181 struct tmpnode *tp = (struct tmpnode *)VTOTN(vp); in tmp_map()
2271 register struct tmpnode *tp = VTOTN(vp); in tmp_freesp()
2366 struct tmpnode *tp = VTOTN(vp); in tmp_rwlock()
2380 struct tmpnode *tp = VTOTN(vp); in tmp_rwunlock()
2393 struct tmpnode *tp = NULL; in tmp_pathconf()