Searched refs:aces_size (Results 1 – 1 of 1) sorted by relevance
745 unsigned int aces_size, in set_ntacl_dacl() argument762 if (aces_size < offsetof(struct smb_ace, sid) + in set_ntacl_dacl()767 if (nt_ace_size > aces_size || in set_ntacl_dacl()788 aces_size -= nt_ace_size; in set_ntacl_dacl()1188 int rc = 0, pntsd_type, ppntsd_size, acl_len, aces_size; in smb_inherit_dacl() local1219 aces_size = pdacl_size - sizeof(struct smb_acl); in smb_inherit_dacl()1228 if (num_aces > aces_size / (offsetof(struct smb_ace, sid) + in smb_inherit_dacl()1252 if (aces_size < offsetof(struct smb_ace, sid) + in smb_inherit_dacl()1257 if (pace_size > aces_size || in smb_inherit_dacl()1268 aces_size -= pace_size; in smb_inherit_dacl()[all …]