Searched refs:aces_base (Results 1 – 1 of 1) sorted by relevance
1149 char *aces_base; in smb_inherit_dacl() local1192 aces_base = kmalloc_array(num_aces * 2, sizeof(struct smb_ace), in smb_inherit_dacl()1194 if (!aces_base) { in smb_inherit_dacl()1199 aces = (struct smb_ace *)aces_base; in smb_inherit_dacl()1366 memcpy(pace, aces_base, nt_size); in smb_inherit_dacl()1375 kfree(aces_base); in smb_inherit_dacl()