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

/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_hash.c183 shp->sh_buckets[idx] = link->shl_next;
187 link->shl_next = nbuckets[nidx];
202 for (hl = shp->sh_buckets[idx]; hl != NULL; hl = hl->shl_next) {
242 link->shl_next = shp->sh_buckets[idx];
258 for (; *hlp != NULL; hlp = &(*hlp)->shl_next) {
264 *hlp = (*hlp)->shl_next;
H A Dshadow_impl.h67 struct shadow_hash_link *shl_next; /* next on this bucket */ member in struct:shadow_hash_link

Completed in 17 milliseconds