Searched refs:SMB_MAX_SEARCH (Results 1 – 3 of 3) sorted by relevance
327 if (maxcount > SMB_MAX_SEARCH) in smb_com_search()328 maxcount = SMB_MAX_SEARCH; in smb_com_search()473 if (maxcount > SMB_MAX_SEARCH) in smb_com_find()474 maxcount = SMB_MAX_SEARCH; in smb_com_find()659 if (maxcount > SMB_MAX_SEARCH) in smb_com_find_unique()660 maxcount = SMB_MAX_SEARCH; in smb_com_find_unique()
741 ASSERT(idx >= 0 && idx < SMB_MAX_SEARCH); in smb_odir_save_cookie()815 ASSERT(resume->or_idx < SMB_MAX_SEARCH); in smb_odir_resume_at()818 (resume->or_idx >= SMB_MAX_SEARCH)) { in smb_odir_resume_at()
173 #define SMB_MAX_SEARCH 10 macro1292 uint32_t d_cookies[SMB_MAX_SEARCH];