Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c2348 vp->v_vsd = NULL; in vn_cache_constructor()
4595 vsd = vp->v_vsd; in vsd_get()
4617 vsd = vp->v_vsd; in vsd_set()
4619 vsd = vp->v_vsd = kmem_zalloc(sizeof (*vsd), KM_SLEEP); in vsd_set()
4665 struct vsd_node *vsd = vp->v_vsd; in vsd_free()
4672 vp->v_vsd = NULL; in vsd_free()
4700 vp->v_vsd = NULL; in vsd_free()
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h314 struct vsd_node *v_vsd; /* vnode specific data */ member