Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libidmap/common/
H A Dutils.c60 _udt_extend_batch(idmap_udt_handle_t *udthandle) in _udt_extend_batch() argument
65 if (udthandle->next >= udthandle->batch.idmap_update_batch_len) { in _udt_extend_batch()
66 nsize = (udthandle->batch.idmap_update_batch_len + in _udt_extend_batch()
69 udthandle->batch.idmap_update_batch_val, nsize); in _udt_extend_batch()
73 (udthandle->batch.idmap_update_batch_len * in _udt_extend_batch()
76 udthandle->batch.idmap_update_batch_val = tmplist; in _udt_extend_batch()
77 udthandle->batch.idmap_update_batch_len += _UDT_SIZE_INCR; in _udt_extend_batch()
79 udthandle->batch.idmap_update_batch_val[udthandle->next].opnum = in _udt_extend_batch()
H A Didmap_api.c161 if (udthandle == NULL) { in idmap_udt_create()
170 *udthandle = tmp; in idmap_udt_create()
191 if (udthandle == NULL) { in idmap_udt_commit()
415 if (udthandle == NULL) in idmap_udt_destroy()
420 free(udthandle); in idmap_udt_destroy()
456 udthandle->batch.idmap_update_batch_val[udthandle->next].opnum = in idmap_udt_add_namerule()
458 udthandle->next++; in idmap_udt_add_namerule()
502 udthandle->batch.idmap_update_batch_val[udthandle->next].opnum = in idmap_udt_rm_namerule()
504 udthandle->next++; in idmap_udt_rm_namerule()
525 udthandle->batch.idmap_update_batch_val[udthandle->next].opnum = in idmap_udt_flush_namerules()
[all …]