Home
last modified time | relevance | path

Searched refs:SMB_ODIR_FLAG_WILDCARDS (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_odir.c613 if ((od->d_flags & SMB_ODIR_FLAG_WILDCARDS) == 0) { in smb_odir_read_fileinfo()
827 if ((od->d_flags & SMB_ODIR_FLAG_WILDCARDS) == 0) { in smb_odir_resume_at()
938 od->d_flags |= SMB_ODIR_FLAG_WILDCARDS; in smb_odir_create()
974 od->d_flags |= SMB_ODIR_FLAG_WILDCARDS; in smb_odir_reopen()
976 od->d_flags &= ~SMB_ODIR_FLAG_WILDCARDS; in smb_odir_reopen()
H A Dsmb_find.c318 if ((od->d_flags & SMB_ODIR_FLAG_WILDCARDS) == 0) { in smb_com_search()
473 if ((od->d_flags & SMB_ODIR_FLAG_WILDCARDS) == 0) { in smb_com_find()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1118 #define SMB_ODIR_FLAG_WILDCARDS 0x0001 macro