Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2pdu.c86 int smb3_encryption_required(const struct cifs_tcon *tcon) in smb3_encryption_required() function
149 if (server && server->sign && !smb3_encryption_required(tcon)) in smb2_hdr_assemble()
1750 if (smb3_encryption_required(tcon)) in SMB2_tcon()
1770 !smb3_encryption_required(tcon) && in SMB2_tcon()
1875 if (smb3_encryption_required(tcon)) in SMB2_tdis()
2529 if (smb3_encryption_required(tcon)) in smb311_posix_mkdir()
2854 if (smb3_encryption_required(tcon)) in SMB2_open()
3063 if (smb3_encryption_required(tcon)) in SMB2_ioctl()
3220 if (smb3_encryption_required(tcon)) in __SMB2_close()
3408 if (smb3_encryption_required(tcon)) in query_info()
[all …]
H A Dioctl.c285 if (!smb3_encryption_required(tcon)) { in cifs_ioctl()
H A Dsmb2proto.h278 extern int smb3_encryption_required(const struct cifs_tcon *tcon);
H A Dsmb2ops.c709 if (smb3_encryption_required(tcon)) in open_shroot()
1158 if (smb3_encryption_required(tcon)) in smb2_set_ea()
1557 if (smb3_encryption_required(tcon)) in smb2_ioctl_query_info()
2252 if (smb3_encryption_required(tcon)) in smb2_query_dir_first()
2464 if (!smb3_encryption_required(tcon)) { in smb2_set_next_command()
2524 if (smb3_encryption_required(tcon)) in smb2_query_info_compound()
2926 if (smb3_encryption_required(tcon)) in smb2_query_symlink()
3103 if (smb3_encryption_required(tcon)) in smb2_query_reparse_tag()
H A Dsmb2inode.c95 if (smb3_encryption_required(tcon)) in smb2_compound_op()