Searched refs:SMB_ACL_HDRSIZE (Results 1 – 4 of 4) sorted by relevance
115 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()
512 if (bytes_left < SMB_ACL_HDRSIZE) in smb_decode_acl()525 sid_offs += SMB_ACL_HDRSIZE; in smb_decode_acl()
163 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()
434 #define SMB_ACL_HDRSIZE 8 macro