Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dsmbacl.h87 struct smb_ntsd *ppntsd, int ppntsd_size, int addition_info,
H A Dsmb2pdu.c5671 struct smb_ntsd *pntsd = (struct smb_ntsd *)rsp->Buffer, *ppntsd = NULL; in smb2_get_info_sec()
5724 &ppntsd); in smb2_get_info_sec()
5728 rc = build_sec_desc(idmap, pntsd, ppntsd, ppntsd_size, in smb2_get_info_sec()
5732 kfree(ppntsd); in smb2_get_info_sec()
5665 struct smb_ntsd *pntsd = (struct smb_ntsd *)rsp->Buffer, *ppntsd = NULL; smb2_get_info_sec() local