Searched refs:smb_idmap_batch_create (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fksmb_idmap.c | 80 stat = smb_idmap_batch_create(&sib, 1, SMB_IDMAP_ID2SID); in smb_idmap_getsid() 119 stat = smb_idmap_batch_create(&sib, 1, SMB_IDMAP_SID2ID); in smb_idmap_getid() 151 smb_idmap_batch_create(smb_idmap_batch_t *sib, uint16_t nmap, int flags) in smb_idmap_batch_create() function
|
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_idmap.c | 76 stat = smb_idmap_batch_create(&sib, 1, SMB_IDMAP_ID2SID); in smb_idmap_getsid() 115 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
|
H A D | smb_acl.c | 296 idm_stat = smb_idmap_batch_create(&sib, zacl->acl_cnt, in smb_acl_from_zfs() 377 idm_stat = smb_idmap_batch_create(&sib, acl->sl_acecnt, in smb_acl_to_zfs()
|
H A D | mapfile-vers | 208 smb_idmap_batch_create;
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | smb_idmap.h | 95 idmap_stat smb_idmap_batch_create(smb_idmap_batch_t *, uint16_t, int);
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_idmap.c | 184 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 | 341 idm_stat = smb_idmap_batch_create(&sib, zacl->acl_cnt, in smb_acl_from_zfs() 422 idm_stat = smb_idmap_batch_create(&sib, acl->sl_acecnt, in smb_acl_to_zfs()
|
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | smb_logon.c | 167 stat = smb_idmap_batch_create(&sib, nmaps, in smb_token_sids2ids() 699 stat = smb_idmap_batch_create(&sib, 2, SMB_IDMAP_ID2SID); in smb_token_setup_local()
|