Home
last modified time | relevance | path

Searched refs:dcentry_t (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/fs/
H A Ddnlc.c1105 dcentry_t *dep; in dnlc_dir_lookup()
1200 if ((dcp->dc_namehash = kmem_zalloc(sizeof (dcentry_t *), in dnlc_dir_start()
1226 kmem_free(dcp->dc_namehash, sizeof (dcentry_t *)); in dnlc_dir_start()
1246 dcentry_t **hp, *dep; in dnlc_dir_add_entry()
1259 dep = kmem_alloc(sizeof (dcentry_t) - 1 + namlen, KM_NOSLEEP); in dnlc_dir_add_entry()
1270 dep = kmem_alloc(sizeof (dcentry_t) - 1 + namlen, KM_NOSLEEP); in dnlc_dir_add_entry()
1280 dep = kmem_alloc(sizeof (dcentry_t) - 1 + namlen, KM_NOSLEEP); in dnlc_dir_add_entry()
1313 kmem_free(dep, sizeof (dcentry_t) - 1 + namlen); in dnlc_dir_add_entry()
1350 kmem_free(dep, sizeof (dcentry_t) - 1 + namlen); in dnlc_dir_add_entry()
1470 dcentry_t *dep, *nhp; in dnlc_dir_abort()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Ddnlc.h218 } dcentry_t; typedef
224 dcentry_t **dc_namehash; /* entry hash table pointer */