Searched refs:vsd_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c134 * vsd_list - insertion and deletion of vsd_node in the vsd_list
140 static list_t *vsd_list = NULL; variable
4324 /* create vsd_list, if it doesn't exist */
4325 if (vsd_list == NULL) {
4326 vsd_list = kmem_alloc(sizeof (list_t), KM_SLEEP);
4327 list_create(vsd_list, sizeof (struct vsd_node),
4364 for (vsd = list_head(vsd_list); vsd != NULL;
4365 vsd = list_next(vsd_list, vsd)) {
4448 list_insert_head(vsd_list, vs
[all...]

Completed in 50 milliseconds