Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dsmb2pdu.h815 __le32 ImpersonationLevel; member
Dcifspdu.h873 __le32 ImpersonationLevel; member
Dsmb2pdu.c2586 req->ImpersonationLevel = IL_IMPERSONATION; in smb311_posix_mkdir()
2722 req->ImpersonationLevel = IL_IMPERSONATION; in SMB2_open_init()
Dcifssmb.c1284 req->ImpersonationLevel = cpu_to_le32(SECURITY_IMPERSONATION); in CIFS_open()
/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.h585 __le32 ImpersonationLevel; member
Dsmb2pdu.c2562 if (le32_to_cpu(req->ImpersonationLevel) > le32_to_cpu(IL_DELEGATE_LE)) { in smb2_open()
2564 le32_to_cpu(req->ImpersonationLevel)); in smb2_open()