Home
last modified time | relevance | path

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

/linux/fs/smb/common/
H A Dsmb2pdu.h1200 __le32 ImpersonationLevel; member
/linux/fs/smb/client/
H A Dsmb2pdu.c2934 req->ImpersonationLevel = IL_IMPERSONATION; in smb311_posix_mkdir()
3097 req->ImpersonationLevel = IL_IMPERSONATION; in SMB2_open_init()
/linux/fs/smb/server/
H A Dsmb2pdu.c3042 if (le32_to_cpu(req->ImpersonationLevel) > le32_to_cpu(IL_DELEGATE)) { in smb2_open()
3044 le32_to_cpu(req->ImpersonationLevel)); in smb2_open()