Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dsmbacl.c1109 char *aces_base; in smb_inherit_dacl() local
1152 aces_base = kmalloc_array(num_aces * 2, sizeof(struct smb_ace), in smb_inherit_dacl()
1154 if (!aces_base) { in smb_inherit_dacl()
1159 aces = (struct smb_ace *)aces_base; in smb_inherit_dacl()
1326 memcpy(pace, aces_base, nt_size); in smb_inherit_dacl()
1335 kfree(aces_base); in smb_inherit_dacl()