Searched refs:pace_size (Results 1 – 1 of 1) sorted by relevance
1047 int pace_size; in smb_inherit_dacl() local1052 pace_size = le16_to_cpu(parent_aces->size); in smb_inherit_dacl()1053 if (pace_size > aces_size) in smb_inherit_dacl()1056 aces_size -= pace_size; in smb_inherit_dacl()1102 parent_aces = (struct smb_ace *)((char *)parent_aces + pace_size); in smb_inherit_dacl()