Home
last modified time | relevance | path

Searched refs:sid_history (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dserver.c225 state.sid_history = calloc(batch.idmap_mapping_batch_len, in idmap_get_mapped_ids_1_svc()
226 sizeof (*state.sid_history)); in idmap_get_mapped_ids_1_svc()
227 if (state.sid_history == NULL) { in idmap_get_mapped_ids_1_svc()
234 state.sid_history[i].key = state.sid_history_size; in idmap_get_mapped_ids_1_svc()
235 state.sid_history[i].next = state.sid_history_size; in idmap_get_mapped_ids_1_svc()
H A Didmapd.h140 hashentry_t *sid_history; member
H A Ddbutils.c3365 key = state->sid_history[next].key; in get_from_sid_history()
3375 next = state->sid_history[next].next; in get_from_sid_history()
3388 while (state->sid_history[next].key != htsize) { in add_to_sid_history()
3392 state->sid_history[next].key = state->curpos; in add_to_sid_history()
3395 state->sid_history[next].next = state->sid_history[hash].next; in add_to_sid_history()
3396 state->sid_history[hash].next = next; in add_to_sid_history()
3402 free(state->sid_history); in cleanup_lookup_state()
3426 if (state->sid_history != NULL && in dynamic_ephemeral_mapping()
3447 if (state->sid_history != NULL) in dynamic_ephemeral_mapping()