Searched refs:sh_buckets (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_hash.c101 if ((shp->sh_buckets = shadow_zalloc(
114 free(shp->sh_buckets);
175 while ((link = shp->sh_buckets[idx]) != NULL) {
183 shp->sh_buckets[idx] = link->shl_next;
192 free(shp->sh_buckets);
193 shp->sh_buckets = nbuckets;
202 for (hl = shp->sh_buckets[idx]; hl != NULL; hl = hl->shl_next) {
242 link->shl_next = shp->sh_buckets[idx];
243 shp->sh_buckets[idx] = link;
256 shadow_hash_link_t **hlp = &shp->sh_buckets[id
[all...]
H A Dshadow_impl.h72 shadow_hash_link_t **sh_buckets; /* array of buckets */ member in struct:shadow_hash

Completed in 16 milliseconds