Searched refs:smb_idmap_batch_create (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fksmb_idmap.c | 78 stat = smb_idmap_batch_create(&sib, 1, SMB_IDMAP_ID2SID); in smb_idmap_getsid() 116 stat = smb_idmap_batch_create(&sib, 1, SMB_IDMAP_SID2ID); in smb_idmap_getid() 147 smb_idmap_batch_create(smb_idmap_batch_t *sib, uint16_t nmap, int flags) in smb_idmap_batch_create() function
|
/titanic_41/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_idmap.c | 75 stat = smb_idmap_batch_create(&sib, 1, SMB_IDMAP_ID2SID); in smb_idmap_getsid() 113 stat = smb_idmap_batch_create(&sib, 1, SMB_IDMAP_SID2ID); in smb_idmap_getid() 144 smb_idmap_batch_create(smb_idmap_batch_t *sib, uint16_t nmap, int flags) in smb_idmap_batch_create() function
|
H A D | smb_acl.c | 249 idm_stat = smb_idmap_batch_create(&sib, zacl->acl_cnt, in smb_acl_from_zfs() 325 idm_stat = smb_idmap_batch_create(&sib, acl->sl_acecnt, in smb_acl_to_zfs()
|
H A D | mapfile-vers | 199 smb_idmap_batch_create;
|
/titanic_41/usr/src/uts/common/smbsrv/ |
H A D | smb_idmap.h | 90 idmap_stat smb_idmap_batch_create(smb_idmap_batch_t *, uint16_t, int);
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_idmap.c | 175 smb_idmap_batch_create(smb_idmap_batch_t *sib, uint16_t nmap, int flags) in smb_idmap_batch_create() function
|
H A D | smb_acl.c | 302 idm_stat = smb_idmap_batch_create(&sib, zacl->acl_cnt, in smb_acl_from_zfs() 378 idm_stat = smb_idmap_batch_create(&sib, acl->sl_acecnt, in smb_acl_to_zfs()
|
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | smb_logon.c | 150 stat = smb_idmap_batch_create(&sib, nmaps, SMB_IDMAP_SID2ID); in smb_token_sids2ids() 628 stat = smb_idmap_batch_create(&sib, 2, SMB_IDMAP_ID2SID); in smb_token_setup_local()
|