Searched refs:sib_maps (Results 1 – 7 of 7) sorted by relevance
79 stat = smb_idmap_batch_getsid(sib.sib_idmaph, &sib.sib_maps[0], in smb_idmap_getsid()94 *sid = smb_sid_dup(sib.sib_maps[0].sim_sid); in smb_idmap_getsid()117 sim = &sib.sib_maps[0]; in smb_idmap_getid()162 sib->sib_maps = malloc(sib->sib_size); in smb_idmap_batch_create()163 if (!sib->sib_maps) in smb_idmap_batch_create()166 bzero(sib->sib_maps, sib->sib_size); in smb_idmap_batch_create()188 if (sib->sib_maps == NULL) in smb_idmap_batch_destroy()197 smb_sid_free(sib->sib_maps[i].sim_sid); in smb_idmap_batch_destroy()198 free(sib->sib_maps[i].sim_domsid); in smb_idmap_batch_destroy()202 if (sib->sib_size && sib->sib_maps) { in smb_idmap_batch_destroy()[all …]
261 sim = sib.sib_maps; in smb_acl_from_zfs()334 sim = sib.sib_maps; in smb_acl_to_zfs()369 sim = sib.sib_maps; in smb_acl_to_zfs()423 sim = sib->sib_maps; in smb_fsacl_getsids()
82 stat = smb_idmap_batch_getsid(sib.sib_idmaph, &sib.sib_maps[0], in smb_idmap_getsid()97 *sid = smb_sid_dup(sib.sib_maps[0].sim_sid); in smb_idmap_getsid()120 sim = &sib.sib_maps[0]; in smb_idmap_getid()165 sib->sib_maps = kmem_zalloc(sib->sib_size, KM_SLEEP); in smb_idmap_batch_create()188 if (sib->sib_maps == NULL) in smb_idmap_batch_destroy()197 smb_sid_free(sib->sib_maps[i].sim_sid); in smb_idmap_batch_destroy()199 free(sib->sib_maps[i].sim_domsid); in smb_idmap_batch_destroy()203 if (sib->sib_size && sib->sib_maps) { in smb_idmap_batch_destroy()204 kmem_free(sib->sib_maps, sib->sib_size); in smb_idmap_batch_destroy()205 sib->sib_maps = NULL; in smb_idmap_batch_destroy()[all …]
186 sib->sib_maps = kmem_zalloc(sib->sib_size, KM_SLEEP); in smb_idmap_batch_create()205 ASSERT(sib->sib_maps); in smb_idmap_batch_destroy()216 smb_sid_free(sib->sib_maps[i].sim_sid); in smb_idmap_batch_destroy()223 domsid = sib->sib_maps[i].sim_domsid; in smb_idmap_batch_destroy()229 if (sib->sib_size && sib->sib_maps) in smb_idmap_batch_destroy()230 kmem_free(sib->sib_maps, sib->sib_size); in smb_idmap_batch_destroy()369 if (sib->sib_maps[i].sim_stat != IDMAP_SUCCESS) in smb_idmap_batch_getmappings()370 return (sib->sib_maps[i].sim_stat); in smb_idmap_batch_getmappings()397 sim = sib->sib_maps; in smb_idmap_batch_binsid()
314 sim = sib.sib_maps; in smb_acl_from_zfs()388 sim = sib.sib_maps; in smb_acl_to_zfs()426 sim = sib.sib_maps; in smb_acl_to_zfs()480 sim = sib->sib_maps; in smb_fsacl_getsids()
82 smb_idmap_t *sib_maps; member
79 sim = sib->sib_maps; in smb_token_idmap()632 umap = &sib.sib_maps[0]; in smb_token_setup_local()641 gmap = &sib.sib_maps[1]; in smb_token_setup_local()