Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/server/
Dsmbacl.c1011 char *aces_base; in smb_inherit_dacl() local
1035 aces_base = kmalloc(sizeof(struct smb_ace) * num_aces * 2, GFP_KERNEL); in smb_inherit_dacl()
1036 if (!aces_base) { in smb_inherit_dacl()
1041 aces = (struct smb_ace *)aces_base; in smb_inherit_dacl()
1187 memcpy(pace, aces_base, nt_size); in smb_inherit_dacl()
1196 kfree(aces_base); in smb_inherit_dacl()