Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/common/
Dsmb2pdu.h1227 __le32 ImpersonationLevel; member
/linux-6.12.1/fs/smb/client/
Dcifspdu.h862 __le32 ImpersonationLevel; member
Dsmb2pdu.c2877 req->ImpersonationLevel = IL_IMPERSONATION; in smb311_posix_mkdir()
3035 req->ImpersonationLevel = IL_IMPERSONATION; in SMB2_open_init()
Dcifssmb.c1219 req->ImpersonationLevel = cpu_to_le32(SECURITY_IMPERSONATION); in CIFS_open()
/linux-6.12.1/fs/smb/server/
Dsmb2pdu.c2950 if (le32_to_cpu(req->ImpersonationLevel) > le32_to_cpu(IL_DELEGATE)) { in smb2_open()
2952 le32_to_cpu(req->ImpersonationLevel)); in smb2_open()