Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dcifsacl.c763 char *acl_base; in parse_dacl() local
790 acl_base = (char *)pdacl; in parse_dacl()
805 ppace[i] = (struct cifs_ace *) (acl_base + acl_size); in parse_dacl()
849 acl_base = (char *)ppace[i]; in parse_dacl()
1039 char *acl_base = NULL; in replace_sids_and_copy_aces() local
1046 acl_base = (char *)pdacl; in replace_sids_and_copy_aces()
1055 pntace = (struct cifs_ace *) (acl_base + size); in replace_sids_and_copy_aces()
1079 char *acl_base = NULL; in set_chmod_dacl() local
1100 acl_base = (char *)pdacl; in set_chmod_dacl()
1106 pntace = (struct cifs_ace *) (acl_base + size); in set_chmod_dacl()
/linux-6.1.9/fs/ksmbd/
Dsmbacl.c373 char *acl_base; in parse_dacl() local
394 acl_base = (char *)pdacl; in parse_dacl()
423 if (end_of_acl - acl_base < acl_size) in parse_dacl()
426 ppace[i] = (struct smb_ace *)(acl_base + acl_size); in parse_dacl()
427 acl_base = (char *)ppace[i]; in parse_dacl()
431 if (end_of_acl - acl_base < acl_size || in parse_dacl()
433 (end_of_acl - acl_base < in parse_dacl()