Searched refs:sib_idmaph (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fksmb_idmap.c | 82 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 D | smb_idmap.c | 79 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 D | smb_acl.c | 346 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 D | smb_idmap.c | 181 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 D | smb_acl.c | 400 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 D | smb_logon.c | 88 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 D | smb_idmap.h | 83 idmap_get_handle_t *sib_idmaph; member
|