Searched defs:dc_head (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/common/
H A Dcache.c373 static head_t dc_head = cache_head(dc_head, cmp_dcache, dc_t, DCACHE_SIZE); variable
394 dcp = (dc_t *)get_cache(dc_hash[DC_HASH(dev, name, x_len)], &dc_head);
414 (dc_t *)set_cache(&dc_hash[DC_HASH(dev, name, len)], &dc_head, 0);
451 &dc_head, 1);
591 (void) reclaim_cache(&dc_head, dev);
602 static head_t *hdp[] = { &ic_head, &dc_head, &bc_head, 0};
/illumos-gate/usr/src/uts/common/fs/
H A Ddnlc.c321 static dchead_t dc_head; /* anchor of cached directories */ variable
402 mutex_init(&dc_head.dch_lock, NULL, MUTEX_DEFAULT, NULL);
403 dc_head.dch_next = (dircache_t *)&dc_head;
404 dc_head.dch_prev = (dircache_t *)&dc_head;
1215 mutex_enter(&dc_head.dch_lock);
1221 mutex_exit(&dc_head.dch_lock);
1231 mutex_exit(&dc_head.dch_lock);
1256 dcp->dc_next = dc_head
[all...]

Completed in 55 milliseconds