Searched refs:pace_size (Results 1 – 1 of 1) sorted by relevance
1250 int pace_size; in smb_inherit_dacl() local1256 pace_size = le16_to_cpu(parent_aces->size); in smb_inherit_dacl()1257 if (pace_size > aces_size || in smb_inherit_dacl()1258 pace_size < offsetof(struct smb_ace, sid) + in smb_inherit_dacl()1263 pace_size < offsetof(struct smb_ace, sid) + in smb_inherit_dacl()1268 aces_size -= pace_size; in smb_inherit_dacl()1316 parent_aces = (struct smb_ace *)((char *)parent_aces + pace_size); in smb_inherit_dacl()