Searched refs:aces_base (Results 1 – 1 of 1) sorted by relevance
1008 char *aces_base; in smb_inherit_dacl() local1032 aces_base = kmalloc(sizeof(struct smb_ace) * num_aces * 2, GFP_KERNEL); in smb_inherit_dacl()1033 if (!aces_base) { in smb_inherit_dacl()1038 aces = (struct smb_ace *)aces_base; in smb_inherit_dacl()1161 memcpy(pace, aces_base, nt_size); in smb_inherit_dacl()1171 kfree(aces_base); in smb_inherit_dacl()