Home
last modified time | relevance | path

Searched refs:SMB_ACL_HDRSIZE (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_acl.c115 if (acl->sl_bsize < SMB_ACL_HDRSIZE) in smb_acl_isvalid()
259 acl = smb_acl_alloc(ACL_REVISION, SMB_ACL_HDRSIZE, zacl->acl_cnt); in smb_acl_from_zfs()
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_nt_transact_security.c512 if (bytes_left < SMB_ACL_HDRSIZE) in smb_decode_acl()
525 sid_offs += SMB_ACL_HDRSIZE; in smb_decode_acl()
H A Dsmb_acl.c163 if (acl->sl_bsize < SMB_ACL_HDRSIZE) in smb_acl_isvalid()
312 acl = smb_acl_alloc(ACL_REVISION, SMB_ACL_HDRSIZE, zacl->acl_cnt); in smb_acl_from_zfs()
/titanic_44/usr/src/uts/common/smbsrv/
H A Dntifs.h434 #define SMB_ACL_HDRSIZE 8 macro