Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/client/
Dreaddir.c716 int pos_in_buf = 0; in find_cifs_entry() local
811 pos_in_buf = index_to_find - first_entry_in_buffer; in find_cifs_entry()
812 cifs_dbg(FYI, "found entry - pos_in_buf %d\n", pos_in_buf); in find_cifs_entry()
814 for (i = 0; (i < (pos_in_buf)) && (cur_ent != NULL); i++) { in find_cifs_entry()
819 if ((cur_ent == NULL) && (i < pos_in_buf)) { in find_cifs_entry()
822 pos_in_buf, index_to_find, rc); in find_cifs_entry()
831 if (pos_in_buf >= cfile->srch_inf.entries_in_buffer) { in find_cifs_entry()
835 *num_to_ret = cfile->srch_inf.entries_in_buffer - pos_in_buf; in find_cifs_entry()