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

/linux-master/fs/smb/client/
H A Dreaddir.c675 int pos_in_buf = 0; local
770 pos_in_buf = index_to_find - first_entry_in_buffer;
771 cifs_dbg(FYI, "found entry - pos_in_buf %d\n", pos_in_buf);
773 for (i = 0; (i < (pos_in_buf)) && (cur_ent != NULL); i++) {
778 if ((cur_ent == NULL) && (i < pos_in_buf)) {
781 pos_in_buf, index_to_find, rc);
790 if (pos_in_buf >= cfile->srch_inf.entries_in_buffer) {
791 cifs_dbg(FYI, "can not return entries pos_in_buf beyond last\n");
794 *num_to_ret = cfile->srch_inf.entries_in_buffer - pos_in_buf;
[all...]

Completed in 184 milliseconds