Home
last modified time | relevance | path

Searched refs:pace_size (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/smb/server/
H A Dsmbacl.c1050 int pace_size; in smb_inherit_dacl() local
1055 pace_size = le16_to_cpu(parent_aces->size); in smb_inherit_dacl()
1056 if (pace_size > aces_size) in smb_inherit_dacl()
1059 aces_size -= pace_size; in smb_inherit_dacl()
1105 parent_aces = (struct smb_ace *)((char *)parent_aces + pace_size); in smb_inherit_dacl()