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

/linux-master/fs/smb/client/
H A Dreaddir.c755 char *cur_ent; local
767 cur_ent = cfile->srch_inf.srch_entries_start;
773 for (i = 0; (i < (pos_in_buf)) && (cur_ent != NULL); i++) {
775 cur_ent = nxt_dir_entry(cur_ent, end_of_smb,
778 if ((cur_ent == NULL) && (i < pos_in_buf)) {
784 *current_entry = cur_ent;

Completed in 82 milliseconds