Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/
H A Dvnode.c2289 vp->v_vsd = NULL; in vn_cache_constructor()
4365 vsd = vp->v_vsd; in vsd_get()
4387 vsd = vp->v_vsd; in vsd_set()
4389 vsd = vp->v_vsd = kmem_zalloc(sizeof (*vsd), KM_SLEEP); in vsd_set()
4435 struct vsd_node *vsd = vp->v_vsd; in vsd_free()
4442 vp->v_vsd = NULL; in vsd_free()
4470 vp->v_vsd = NULL; in vsd_free()
/titanic_50/usr/src/uts/common/sys/
H A Dvnode.h257 struct vsd_node *v_vsd; /* vnode specific data */ member