Home
last modified time | relevance | path

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

/linux/fs/smb/common/
H A Dsmb2pdu.h1197 __le32 ImpersonationLevel; member
/linux/fs/smb/client/
H A Dcifspdu.h776 __le32 ImpersonationLevel; member
H A Dsmb2pdu.c2937 req->ImpersonationLevel = IL_IMPERSONATION; in smb311_posix_mkdir()
3096 req->ImpersonationLevel = IL_IMPERSONATION; in SMB2_open_init()
H A Dcifssmb.c1276 req->ImpersonationLevel = cpu_to_le32(SECURITY_IMPERSONATION); in CIFS_open()
/linux/fs/smb/server/
H A Dsmb2pdu.c3022 if (le32_to_cpu(req->ImpersonationLevel) > le32_to_cpu(IL_DELEGATE)) { in smb2_open()
3024 le32_to_cpu(req->ImpersonationLevel)); in smb2_open()