Home
last modified time | relevance | path

Searched refs:sib_idmaph (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_idmap.c80 stat = smb_idmap_batch_getsid(sib.sib_idmaph, &sib.sib_maps[0], in smb_idmap_getsid()
121 stat = smb_idmap_batch_getid(sib.sib_idmaph, sim, sid, *id_type); in smb_idmap_getid()
155 stat = idmap_get_create(&sib->sib_idmaph); in smb_idmap_batch_create()
186 if (sib->sib_idmaph) { in smb_idmap_batch_destroy()
187 idmap_get_destroy(sib->sib_idmaph); in smb_idmap_batch_destroy()
188 sib->sib_idmaph = NULL; in smb_idmap_batch_destroy()
358 if ((stat = idmap_get_mappings(sib->sib_idmaph)) != IDMAP_SUCCESS) { in smb_idmap_batch_getmappings()
H A Dsmb_acl.c398 idm_stat = smb_idmap_batch_getid(sib.sib_idmaph, sim, in smb_acl_to_zfs()
512 idm_stat = smb_idmap_batch_getsid(sib->sib_idmaph, sim, in smb_fsacl_getsids()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfksmb_idmap.c84 stat = smb_idmap_batch_getsid(sib.sib_idmaph, &sib.sib_maps[0], in smb_idmap_getsid()
125 stat = smb_idmap_batch_getid(sib.sib_idmaph, sim, sid, *id_type); in smb_idmap_getid()
158 stat = idmap_get_create(&sib->sib_idmaph); in smb_idmap_batch_create()
187 if (sib->sib_idmaph) { in smb_idmap_batch_destroy()
188 idmap_get_destroy(sib->sib_idmaph); in smb_idmap_batch_destroy()
189 sib->sib_idmaph = NULL; in smb_idmap_batch_destroy()
361 if ((stat = idmap_get_mappings(sib->sib_idmaph)) != IDMAP_SUCCESS) { in smb_idmap_batch_getmappings()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_idmap.c190 sib->sib_idmaph = kidmap_get_create(curzone); in smb_idmap_batch_create()
216 if (sib->sib_idmaph) { in smb_idmap_batch_destroy()
217 kidmap_get_destroy(sib->sib_idmaph); in smb_idmap_batch_destroy()
218 sib->sib_idmaph = NULL; in smb_idmap_batch_destroy()
380 idm_stat = kidmap_get_mappings(sib->sib_idmaph); in smb_idmap_batch_getmappings()
H A Dsmb_acl.c444 idm_stat = smb_idmap_batch_getid(sib.sib_idmaph, sim, in smb_acl_to_zfs()
560 idm_stat = smb_idmap_batch_getsid(sib->sib_idmaph, sim, in smb_fsacl_getsids()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_logon.c90 stat = smb_idmap_batch_getid(sib->sib_idmaph, sim++, in smb_token_idmap()
99 stat = smb_idmap_batch_getid(sib->sib_idmaph, sim++, in smb_token_idmap()
109 stat = smb_idmap_batch_getid(sib->sib_idmaph, sim++, id->i_sid, in smb_token_idmap()
119 stat = smb_idmap_batch_getid(sib->sib_idmaph, sim, in smb_token_idmap()
704 stat = smb_idmap_batch_getsid(sib.sib_idmaph, umap, pw.pw_uid, in smb_token_setup_local()
713 stat = smb_idmap_batch_getsid(sib.sib_idmaph, gmap, pw.pw_gid, in smb_token_setup_local()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_idmap.h86 idmap_get_handle_t *sib_idmaph; member