Searched defs:which_acl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_acl.c113 smb_acl_isvalid(smb_acl_t *acl, int which_acl) argument
300 smb_acl_to_zfs(smb_acl_t *acl, uint32_t flags, int which_acl, acl_t **fs_acl) argument
314 if (acl && !smb_acl_isvalid(acl, which_acl))
318 if (which_acl == SMB_DACL_SECINFO) {
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_acl.c159 smb_acl_isvalid(smb_acl_t *acl, int which_acl) argument
174 if (!smb_ace_isvalid(&acl->sl_aces[i], which_acl))
353 smb_acl_to_zfs(smb_acl_t *acl, uint32_t flags, int which_acl, acl_t **fs_acl) argument
367 if (acl && !smb_acl_isvalid(acl, which_acl))
371 if (which_acl == SMB_DACL_SECINFO) {
610 * the 'which_acl' parameter. Note that output dacl/sacl parameters could be
611 * NULL even if they're specified in 'which_acl', which means the target
615 smb_fsacl_split(acl_t *zacl, acl_t **dacl, acl_t **sacl, int which_acl) argument
626 get_dacl = (which_acl & SMB_DACL_SECINFO);
627 get_sacl = (which_acl
724 smb_fsacl_inherit(acl_t *dir_zacl, int is_dir, int which_acl, cred_t *cr) argument
1303 smb_ace_isvalid(smb_ace_t *ace, int which_acl) argument
[all...]

Completed in 57 milliseconds