Searched refs:SMB_CASE_SENSITIVE (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | smb_fsops.h | 143 #define SMB_CASE_SENSITIVE 0x00000010 macro
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb2_aapl.c | 178 rc = smb_fsop_lookup(sr, od->d_cred, SMB_CASE_SENSITIVE, in smb2_aapl_get_macinfo()
|
H A D | smb_delete.c | 309 rc = smb_fsop_lookup_name(sr, sr->user_cr, SMB_CASE_SENSITIVE, in smb_delete_multiple_files()
|
H A D | smb_odir.c | 1346 NULL, SMB_CASE_SENSITIVE, &de_flags, in smb_odir_wildcard_fileinfo() 1489 uint32_t flags = SMB_FOLLOW_LINKS | SMB_CASE_SENSITIVE; in smb_odir_lookup_link()
|
H A D | smb_cmn_rename.c | 221 SMB_CASE_SENSITIVE, tnode, dst_dnode, new_name, in smb_common_rename()
|
H A D | smb_fsops.c | 1916 if (!(flags & SMB_CASE_SENSITIVE)) { in smb_fsop_lookup_file() 1980 if (!(flags & SMB_CASE_SENSITIVE)) { in smb_fsop_lookup_stream() 2072 if (!(flags & SMB_CASE_SENSITIVE)) { in smb_fsop_lookup()
|
H A D | smb2_durable.c | 438 rc = smb_fsop_lookup_name(sr, kcr, SMB_CASE_SENSITIVE, in smb2_dh_import_share() 1001 zone_kcred(), SMB_CASE_SENSITIVE); in smb2_dh_setdoc_persistent()
|
H A D | smb_ofile.c | 526 uint32_t flags = SMB_CASE_SENSITIVE; in smb_ofile_close()
|