Searched refs:VTOTN (Results 1 – 2 of 2) sorted by relevance
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()960 parent = (struct tmpnode *)VTOTN(dvp); in tmp_create()1095 struct tmpnode *parent = (struct tmpnode *)VTOTN(dvp); in tmp_remove()1140 parent = (struct tmpnode *)VTOTN(dvp); in tmp_link()1141 from = (struct tmpnode *)VTOTN(srcvp); in tmp_link()[all …]
59 #define VTOTN(vp) ((struct tmpnode *)(vp)->v_data) macro