Lines Matching defs:candi_empty
890 struct exfat_hint_femp *candi_empty, struct exfat_chain *clu,
897 if (candi_empty->count == 0) {
898 candi_empty->cur = *clu;
899 candi_empty->eidx = dentry;
903 candi_empty->count += total_entries - dentry;
905 candi_empty->count++;
907 if (candi_empty->count == num_entries ||
908 candi_empty->count + candi_empty->eidx == total_entries)
909 ei->hint_femp = *candi_empty;
942 struct exfat_hint_femp candi_empty;
965 exfat_reset_empty_hint(&candi_empty);
986 exfat_set_empty_hint(ei, &candi_empty, &clu,
996 exfat_reset_empty_hint(&candi_empty);