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

/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_hash.c96 shp->sh_linkoffs = linkoffs;
184 elem = (void *)((uintptr_t)link - shp->sh_linkoffs);
203 void *elem = (void *)((uintptr_t)hl - shp->sh_linkoffs);
220 return ((void *)((uintptr_t)link - shp->sh_linkoffs));
226 void *link = shadow_list_next((uintptr_t)elem + shp->sh_linkoffs);
231 return ((void *)((uintptr_t)link - shp->sh_linkoffs));
237 shadow_hash_link_t *link = (void *)((uintptr_t)elem + shp->sh_linkoffs);
255 shadow_hash_link_t *link = (void *)((uintptr_t)elem + shp->sh_linkoffs);
H A Dshadow_impl.h76 size_t sh_linkoffs; /* offset of shadow_hash_link in elem */ member in struct:shadow_hash

Completed in 21 milliseconds