Home
last modified time | relevance | path

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

/Linux-v6.1/fs/smbfs_common/
Dsmb2pdu.h1128 __le32 ImpersonationLevel; member
/Linux-v6.1/fs/cifs/
Dcifspdu.h862 __le32 ImpersonationLevel; member
Dsmb2pdu.c2658 req->ImpersonationLevel = IL_IMPERSONATION; in smb311_posix_mkdir()
2804 req->ImpersonationLevel = IL_IMPERSONATION; in SMB2_open_init()
Dcifssmb.c1246 req->ImpersonationLevel = cpu_to_le32(SECURITY_IMPERSONATION); in CIFS_open()
/Linux-v6.1/fs/ksmbd/
Dsmb2pdu.c2602 if (le32_to_cpu(req->ImpersonationLevel) > le32_to_cpu(IL_DELEGATE)) { in smb2_open()
2604 le32_to_cpu(req->ImpersonationLevel)); in smb2_open()