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.c1033 int inherited_flags = 0, flags = 0, i, nt_size = 0, pdacl_size; in smb_inherit_dacl() local
1058 pdacl_size = le16_to_cpu(parent_pdacl->size); in smb_inherit_dacl()
1060 if (pdacl_size > acl_len || pdacl_size < sizeof(struct smb_acl)) { in smb_inherit_dacl()
1253 int rc = 0, pntsd_size, acl_size, aces_size, pdacl_size; in smb_check_perm_dacl() local
1280 pdacl_size = le16_to_cpu(pdacl->size); in smb_check_perm_dacl()
1282 if (pdacl_size > acl_size || pdacl_size < sizeof(struct smb_acl)) in smb_check_perm_dacl()
1286 if (!(pdacl_size - sizeof(struct smb_acl)) && in smb_check_perm_dacl()