Searched refs:SMB2_O_INFO_SECURITY (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2pdu.h | 1454 #define SMB2_O_INFO_SECURITY 0x03 macro
|
H A D | smb2pdu.c | 3512 0, SMB2_O_INFO_SECURITY, additional_info, in SMB2_query_acl() 4985 current->tgid, 0, SMB2_O_INFO_SECURITY, aclflag, in SMB2_set_acl()
|
/kernel/linux/linux-6.6/fs/smb/common/ |
H A D | smb2pdu.h | 1504 #define SMB2_O_INFO_SECURITY 0x03 macro
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2pdu.c | 3807 0, SMB2_O_INFO_SECURITY, additional_info, in SMB2_query_acl() 5429 current->tgid, 0, SMB2_O_INFO_SECURITY, aclflag, in SMB2_set_acl()
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | smb2pdu.c | 542 req->InfoType == SMB2_O_INFO_SECURITY) in smb2_allocate_rsp_buf() 5317 case SMB2_O_INFO_SECURITY: in smb2_query_info() 5318 ksmbd_debug(SMB, "GOT SMB2_O_INFO_SECURITY\n"); in smb2_query_info() 6084 case SMB2_O_INFO_SECURITY: in smb2_set_info() 6085 ksmbd_debug(SMB, "GOT SMB2_O_INFO_SECURITY\n"); in smb2_set_info()
|
Completed in 33 milliseconds