Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/server/
Dsmbacl.c1009 int inherited_flags = 0, flags = 0, i, ace_cnt = 0, nt_size = 0, pdacl_size; in smb_inherit_dacl() local
1028 pdacl_size = le16_to_cpu(parent_pdacl->size); in smb_inherit_dacl()
1030 if (pdacl_size > acl_len || pdacl_size < sizeof(struct smb_acl)) { in smb_inherit_dacl()
1222 int rc = 0, pntsd_size, acl_size, aces_size, pdacl_size, dacl_offset; in smb_check_perm_dacl() local
1246 pdacl_size = le16_to_cpu(pdacl->size); in smb_check_perm_dacl()
1248 if (pdacl_size > acl_size || pdacl_size < sizeof(struct smb_acl)) in smb_check_perm_dacl()
1252 if (!(pdacl_size - sizeof(struct smb_acl)) && in smb_check_perm_dacl()