Searched refs:aces_size (Results 1 – 1 of 1) sorted by relevance
714 unsigned int aces_size, in set_ntacl_dacl() argument730 if (offsetof(struct smb_ace, access_req) > aces_size) in set_ntacl_dacl()734 if (nt_ace_size > aces_size) in set_ntacl_dacl()740 aces_size -= nt_ace_size; in set_ntacl_dacl()1105 int rc = 0, pntsd_type, pntsd_size, acl_len, aces_size; in smb_inherit_dacl() local1136 aces_size = pdacl_size - sizeof(struct smb_acl); in smb_inherit_dacl()1145 if (num_aces > aces_size / (offsetof(struct smb_ace, sid) + in smb_inherit_dacl()1169 if (aces_size < offsetof(struct smb_ace, sid) + in smb_inherit_dacl()1174 if (pace_size > aces_size || in smb_inherit_dacl()1185 aces_size -= pace_size; in smb_inherit_dacl()[all …]