Lines Matching defs:candi_empty
941 struct exfat_hint_femp *candi_empty, struct exfat_chain *clu,
948 if (candi_empty->count == 0) {
949 candi_empty->cur = *clu;
950 candi_empty->eidx = dentry;
954 candi_empty->count += total_entries - dentry;
956 candi_empty->count++;
958 if (candi_empty->count == num_entries ||
959 candi_empty->count + candi_empty->eidx == total_entries)
960 ei->hint_femp = *candi_empty;
993 struct exfat_hint_femp candi_empty;
1015 exfat_reset_empty_hint(&candi_empty);
1036 exfat_set_empty_hint(ei, &candi_empty, &clu,
1046 exfat_reset_empty_hint(&candi_empty);