Searched refs:dcentry_t (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | dnlc.h | 223 } dcentry_t; typedef 228 #define DCENTTRY_SIZE(namelen) offsetof(dcentry_t, de_name) + (namelen) 234 dcentry_t **dc_namehash; /* entry hash table pointer */
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | dnlc.c | 1106 dcentry_t *dep; in dnlc_dir_lookup() 1201 if ((dcp->dc_namehash = kmem_zalloc(sizeof (dcentry_t *), in dnlc_dir_start() 1227 kmem_free(dcp->dc_namehash, sizeof (dcentry_t *)); in dnlc_dir_start() 1247 dcentry_t **hp, *dep; in dnlc_dir_add_entry() 1471 dcentry_t *dep, *nhp; in dnlc_dir_abort() 1488 kmem_free(dcp->dc_namehash, sizeof (dcentry_t *) * nhtsize); in dnlc_dir_abort() 1547 dcentry_t **prevpp, *te; in dnlc_dir_rem_entry() 1745 dcentry_t *dep; in dnlc_dir_update() 1884 dcentry_t **newhash, *dep, **nhp, *tep; in dnlc_dir_adjust_nhash() 1894 newhash = kmem_zalloc(sizeof (dcentry_t *) * newsize, KM_NOSLEEP); in dnlc_dir_adjust_nhash() [all …]
|