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

/opensolaris-onvv-gate/usr/src/uts/common/fs/
H A Ddnlc.c235 (ncp)->hash_prev = (ncache_t *)(hp); \
256 kmem_free((ncp), sizeof (ncache_t) + (ncp)->namlen); \
324 static ncache_t *dnlc_get(uchar_t namlen);
325 static ncache_t *dnlc_search(vnode_t *dp, const char *name, uchar_t namlen,
379 hp->hash_next = (ncache_t *)hp;
380 hp->hash_prev = (ncache_t *)hp;
437 ncache_t *ncp;
503 ncache_t *ncp;
504 ncache_t *tcp;
585 ncache_t *nc
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Ddnlc.h86 } ncache_t; typedef in typeref:struct:ncache
92 ncache_t *hash_next;
93 ncache_t *hash_prev;
156 * of ncache_t entries by mdb. Note, mdb can handle the ASSERT.
159 * the name length fits into an unsigned char (see ncache_t).
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c98 #define MDB_DNLC_NCACHE_SZ(ncp) (sizeof (ncache_t) + (ncp)->namlen)
101 static ncache_t **dnlc_hash; /* mdbs hash array of dnlc entries */
160 ncache_t *ncp, *next;
176 mdb_free(dnlc_hash, MDB_DNLC_HSIZE * sizeof (ncache_t *));
236 dnlc_hash = mdb_zalloc(MDB_DNLC_HSIZE * sizeof (ncache_t *), UM_SLEEP);
242 ncache_t *ncp; /* name cache pointer */
248 ncache_t nc; /* name cache entry */
272 if (mdb_vread(&nc, sizeof (ncache_t), nc_va) == -1) {
342 ncache_t *ent;
488 ncache_t *en
[all...]

Completed in 203 milliseconds