Searched refs:SMB_CASE_SENSITIVE (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/smbsrv/ |
H A D | smb_fsops.h | 122 #define SMB_CASE_SENSITIVE 0x00000010 macro
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_delete.c | 310 rc = smb_fsop_lookup_name(sr, sr->user_cr, SMB_CASE_SENSITIVE, in smb_delete_multiple_files()
|
H A D | smb_odir.c | 1233 rc = smb_fsop_lookup(sr, od->d_cred, SMB_CASE_SENSITIVE, in smb_odir_wildcard_fileinfo() 1334 uint32_t flags = SMB_FOLLOW_LINKS | SMB_CASE_SENSITIVE; in smb_odir_lookup_link()
|
H A D | smb_rename.c | 421 SMB_CASE_SENSITIVE, tnode, dst_dnode, new_name, in smb_common_rename()
|
H A D | smb_fsops.c | 1666 if (!(flags & SMB_CASE_SENSITIVE)) { in smb_fsop_lookup_name() 1805 if (!(flags & SMB_CASE_SENSITIVE)) { in smb_fsop_lookup()
|