Searched refs:SMB_MAX_SEARCH (Results 1 – 3 of 3) sorted by relevance
332 if (maxcount > SMB_MAX_SEARCH) in smb_com_search()333 maxcount = SMB_MAX_SEARCH; in smb_com_search()487 if (maxcount > SMB_MAX_SEARCH) in smb_com_find()488 maxcount = SMB_MAX_SEARCH; in smb_com_find()677 if (maxcount > SMB_MAX_SEARCH) in smb_com_find_unique()678 maxcount = SMB_MAX_SEARCH; in smb_com_find_unique()
772 ASSERT(idx >= 0 && idx < SMB_MAX_SEARCH); in smb_odir_save_cookie()848 ASSERT(resume->or_idx < SMB_MAX_SEARCH); in smb_odir_resume_at()851 (resume->or_idx >= SMB_MAX_SEARCH)) { in smb_odir_resume_at()
174 #define SMB_MAX_SEARCH 10 macro1177 uint32_t d_cookies[SMB_MAX_SEARCH];