Searched refs:aces_base (Results 1 – 1 of 1) sorted by relevance
1011 char *aces_base; in smb_inherit_dacl() local1035 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()