Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Dsmbacl.c1132 int pntsd_alloc_size; in smb_inherit_dacl()
1145 pntsd_alloc_size = sizeof(struct smb_ntsd) + powner_sid_size + in smb_inherit_dacl()
1148 pntsd = kzalloc(pntsd_alloc_size, GFP_KERNEL); in smb_inherit_dacl()
1164 pntsd_alloc_size) { in smb_inherit_dacl()
1171 pntsd_alloc_size) { in smb_inherit_dacl()
1178 pntsd_alloc_size) { in smb_inherit_dacl()
1129 int pntsd_alloc_size; smb_inherit_dacl() local