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

/linux-4.1.27/fs/cifs/
H A Dreaddir.c646 char *cur_ent; find_cifs_entry() local
651 cur_ent = cfile->srch_inf.srch_entries_start; find_cifs_entry()
657 for (i = 0; (i < (pos_in_buf)) && (cur_ent != NULL); i++) { find_cifs_entry()
659 cur_ent = nxt_dir_entry(cur_ent, end_of_smb, find_cifs_entry()
662 if ((cur_ent == NULL) && (i < pos_in_buf)) { find_cifs_entry()
668 *current_entry = cur_ent; find_cifs_entry()

Completed in 55 milliseconds