Searched refs:VTOTN (Results 1 – 2 of 2) sorted by relevance
583 struct tmpnode *tp = (struct tmpnode *)VTOTN(vp); in tmp_read()612 struct tmpnode *tp = (struct tmpnode *)VTOTN(vp); in tmp_write()666 struct tmpnode *tp = (struct tmpnode *)VTOTN(vp); in tmp_getattr()730 struct tmpnode *tp = (struct tmpnode *)VTOTN(vp); in tmp_setattr()809 struct tmpnode *tp = (struct tmpnode *)VTOTN(vp); in tmp_access()832 struct tmpnode *tp = (struct tmpnode *)VTOTN(dvp); in tmp_lookup()958 parent = (struct tmpnode *)VTOTN(dvp); in tmp_create()1093 struct tmpnode *parent = (struct tmpnode *)VTOTN(dvp); in tmp_remove()1139 parent = (struct tmpnode *)VTOTN(dvp); in tmp_link()1140 from = (struct tmpnode *)VTOTN(srcvp); in tmp_link()[all …]
58 #define VTOTN(vp) ((struct tmpnode *)(vp)->v_data) macro