Home
last modified time | relevance | path

Searched refs:VTOTN (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c583 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 …]
/titanic_44/usr/src/uts/common/sys/fs/
H A Dtmp.h58 #define VTOTN(vp) ((struct tmpnode *)(vp)->v_data) macro