Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c960 parent = (struct tmpnode *)VTOTN(dvp); in tmp_create()
1140 parent = (struct tmpnode *)VTOTN(dvp); in tmp_link()
1141 from = (struct tmpnode *)VTOTN(srcvp); in tmp_link()
1198 toparent = (struct tmpnode *)VTOTN(ndvp); in tmp_rename()
1787 struct tmpnode *tp = VTOTN(vp); in tmp_getpage()
1936 struct tmpnode *tp = VTOTN(vp); in tmp_putpage()
2088 tp = VTOTN(vp); in tmp_putapage()
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()
[all …]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmp.h59 #define VTOTN(vp) ((struct tmpnode *)(vp)->v_data) macro