Lines Matching refs:candi_empty
962 struct exfat_hint_femp *candi_empty, struct exfat_chain *clu, in exfat_set_empty_hint() argument
969 if (candi_empty->count == 0) { in exfat_set_empty_hint()
970 candi_empty->cur = *clu; in exfat_set_empty_hint()
971 candi_empty->eidx = dentry; in exfat_set_empty_hint()
975 candi_empty->count += total_entries - dentry; in exfat_set_empty_hint()
977 candi_empty->count++; in exfat_set_empty_hint()
979 if (candi_empty->count == num_entries || in exfat_set_empty_hint()
980 candi_empty->count + candi_empty->eidx == total_entries) in exfat_set_empty_hint()
981 ei->hint_femp = *candi_empty; in exfat_set_empty_hint()
1014 struct exfat_hint_femp candi_empty; in exfat_find_dir_entry() local
1036 exfat_reset_empty_hint(&candi_empty); in exfat_find_dir_entry()
1057 exfat_set_empty_hint(ei, &candi_empty, &clu, in exfat_find_dir_entry()
1067 exfat_reset_empty_hint(&candi_empty); in exfat_find_dir_entry()