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

/illumos-gate/usr/src/uts/common/smbsrv/
H A Dntifs.h428 } smb_acl_t; typedef in typeref:struct:smb_acl
561 smb_acl_t *sd_sacl; /* ACL System (audits) */
562 smb_acl_t *sd_dacl; /* ACL Discretionary (perm) */
593 void smb_acl_sort(smb_acl_t *);
594 void smb_acl_free(smb_acl_t *);
595 smb_acl_t *smb_acl_alloc(uint8_t, uint16_t, uint16_t);
596 smb_acl_t *smb_acl_from_zfs(acl_t *);
597 uint32_t smb_acl_to_zfs(smb_acl_t *, uint32_t, int, acl_t **);
598 uint16_t smb_acl_len(smb_acl_t *);
599 boolean_t smb_acl_isvalid(smb_acl_t *, in
[all...]

Completed in 58 milliseconds