Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/fs/
H A Dvnode.c141 static void (**vsd_destructor)(void *); variable
4290 if (vsd_destructor[i] == NULL) in vsd_create()
4299 vsd_destructor = in vsd_create()
4300 (void (**)(void *))vsd_realloc((void *)vsd_destructor, in vsd_create()
4309 vsd_destructor[i] = destructor; in vsd_create()
4362 if (vsd->vs_value[k] && vsd_destructor[k]) in vsd_destroy()
4363 (*vsd_destructor[k])(vsd->vs_value[k]); in vsd_destroy()
4372 vsd_destructor[k] = NULL; in vsd_destroy()
4479 if (vsd->vs_value[i] && vsd_destructor[i]) in vsd_free()
4480 (*vsd_destructor[i])(vsd->vs_value[i]); in vsd_free()