Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dvncache.c180 vnode_t tmp_vn; in vncache_lookup() local
183 tmp_vn.v_st_dev = st->st_dev; in vncache_lookup()
184 tmp_vn.v_st_ino = st->st_ino; in vncache_lookup()
187 vp = avl_find(&vncache_avl, &tmp_vn, NULL); in vncache_lookup()