Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfksmb_idmap.c82 stat = smb_idmap_batch_getsid(sib.sib_idmaph, &sib.sib_maps[0], in smb_idmap_getsid()
122 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()
183 if (sib->sib_idmaph) { in smb_idmap_batch_destroy()
184 idmap_get_destroy(sib->sib_idmaph); in smb_idmap_batch_destroy()
185 sib->sib_idmaph = NULL; in smb_idmap_batch_destroy()
346 if ((stat = idmap_get_mappings(sib->sib_idmaph)) != IDMAP_SUCCESS) { in smb_idmap_batch_getmappings()
/titanic_44/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_idmap.c79 stat = smb_idmap_batch_getsid(sib.sib_idmaph, &sib.sib_maps[0], in smb_idmap_getsid()
119 stat = smb_idmap_batch_getid(sib.sib_idmaph, sim, sid, *id_type); in smb_idmap_getid()
152 stat = idmap_get_create(&sib->sib_idmaph); in smb_idmap_batch_create()
183 if (sib->sib_idmaph) { in smb_idmap_batch_destroy()
184 idmap_get_destroy(sib->sib_idmaph); in smb_idmap_batch_destroy()
185 sib->sib_idmaph = NULL; in smb_idmap_batch_destroy()
345 if ((stat = idmap_get_mappings(sib->sib_idmaph)) != IDMAP_SUCCESS) { in smb_idmap_batch_getmappings()
H A Dsmb_acl.c346 idm_stat = smb_idmap_batch_getid(sib.sib_idmaph, sim, in smb_acl_to_zfs()
453 idm_stat = smb_idmap_batch_getsid(sib->sib_idmaph, sim, in smb_fsacl_getsids()
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_idmap.c181 sib->sib_idmaph = kidmap_get_create(global_zone); in smb_idmap_batch_create()
207 if (sib->sib_idmaph) in smb_idmap_batch_destroy()
208 kidmap_get_destroy(sib->sib_idmaph); in smb_idmap_batch_destroy()
361 idm_stat = kidmap_get_mappings(sib->sib_idmaph); in smb_idmap_batch_getmappings()
H A Dsmb_acl.c400 idm_stat = smb_idmap_batch_getid(sib.sib_idmaph, sim, in smb_acl_to_zfs()
510 idm_stat = smb_idmap_batch_getsid(sib->sib_idmaph, sim, in smb_fsacl_getsids()
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_logon.c88 stat = smb_idmap_batch_getid(sib->sib_idmaph, sim++, in smb_token_idmap()
97 stat = smb_idmap_batch_getid(sib->sib_idmaph, sim++, in smb_token_idmap()
107 stat = smb_idmap_batch_getid(sib->sib_idmaph, sim++, id->i_sid, in smb_token_idmap()
117 stat = smb_idmap_batch_getid(sib->sib_idmaph, sim, in smb_token_idmap()
633 stat = smb_idmap_batch_getsid(sib.sib_idmaph, umap, pw.pw_uid, in smb_token_setup_local()
642 stat = smb_idmap_batch_getsid(sib.sib_idmaph, gmap, pw.pw_gid, in smb_token_setup_local()
/titanic_44/usr/src/uts/common/smbsrv/
H A Dsmb_idmap.h83 idmap_get_handle_t *sib_idmaph; member