Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dsmbacl.c1187 int inherited_flags = 0, flags = 0, i, nt_size = 0, pdacl_size; in smb_inherit_dacl() local
1212 pdacl_size = le16_to_cpu(parent_pdacl->size); in smb_inherit_dacl()
1214 if (pdacl_size > acl_len || pdacl_size < sizeof(struct smb_acl)) { in smb_inherit_dacl()
1219 aces_size = pdacl_size - sizeof(struct smb_acl); in smb_inherit_dacl()
1445 int rc = 0, pntsd_size, acl_size, aces_size, pdacl_size; in smb_check_perm_dacl() local
1475 pdacl_size = le16_to_cpu(pdacl->size); in smb_check_perm_dacl()
1477 if (pdacl_size > acl_size || pdacl_size < sizeof(struct smb_acl)) in smb_check_perm_dacl()
1481 if (!(pdacl_size - sizeof(struct smb_acl)) && in smb_check_perm_dacl()
1497 aces_size = pdacl_size - sizeof(struct smb_acl); in smb_check_perm_dacl()
1554 aces_size = pdacl_size - sizeof(struct smb_acl); in smb_check_perm_dacl()