Searched refs:index_to_find (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/smb/client/
H A Dreaddir.c677 loff_t index_to_find = pos; local
702 if (((index_to_find < cfile->srch_inf.index_of_last_entry) &&
703 is_dir_changed(file)) || (index_to_find < first_entry_in_buffer)) {
739 while ((index_to_find >= cfile->srch_inf.index_of_last_entry) &&
751 if (index_to_find < cfile->srch_inf.index_of_last_entry) {
770 pos_in_buf = index_to_find - first_entry_in_buffer;
781 pos_in_buf, index_to_find, rc);

Completed in 195 milliseconds