Searched refs:aces_base (Results 1 – 1 of 1) sorted by relevance
1038 char *aces_base; in smb_inherit_dacl() local1065 aces_base = kmalloc(sizeof(struct smb_ace) * num_aces * 2, in smb_inherit_dacl()1067 if (!aces_base) { in smb_inherit_dacl()1072 aces = (struct smb_ace *)aces_base; in smb_inherit_dacl()1218 memcpy(pace, aces_base, nt_size); in smb_inherit_dacl()1227 kfree(aces_base); in smb_inherit_dacl()