Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/server/
H A Dsmbacl.c706 unsigned int aces_size, in set_ntacl_dacl() argument
726 if (nt_ace_size > aces_size) in set_ntacl_dacl()
731 aces_size -= nt_ace_size; in set_ntacl_dacl()
1075 aces_size = acl_len - sizeof(struct smb_acl); in smb_inherit_dacl()
1087 if (pace_size > aces_size) in smb_inherit_dacl()
1090 aces_size -= pace_size; in smb_inherit_dacl()
1304 if (ace_size > aces_size) in smb_check_perm_dacl()
1306 aces_size -= ace_size; in smb_check_perm_dacl()
1320 aces_size = acl_size - sizeof(struct smb_acl); in smb_check_perm_dacl()
1325 if (ace_size > aces_size) in smb_check_perm_dacl()
[all …]