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

/illumos-gate/usr/src/uts/common/sys/
H A Ddnlc.h233 } dircache_t; typedef in typeref:struct:dircache
241 * Head struct for doubly linked chain of dircache_t
242 * The next and prev fields must match those of a dircache_t
245 dircache_t *dch_next; /* next in chain */
246 dircache_t *dch_prev; /* prev in chain */

Completed in 45 milliseconds