Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Dsmbacl.c698 unsigned int aces_size, in set_ntacl_dacl() argument
718 if (nt_ace_size > aces_size) in set_ntacl_dacl()
723 aces_size -= nt_ace_size; in set_ntacl_dacl()
1044 aces_size = acl_len - sizeof(struct smb_acl); in smb_inherit_dacl()
1056 if (pace_size > aces_size) in smb_inherit_dacl()
1059 aces_size -= pace_size; in smb_inherit_dacl()
1270 if (ace_size > aces_size) in smb_check_perm_dacl()
1272 aces_size -= ace_size; in smb_check_perm_dacl()
1286 aces_size = acl_size - sizeof(struct smb_acl); in smb_check_perm_dacl()
1291 if (ace_size > aces_size) in smb_check_perm_dacl()
[all …]