Searched refs:candi_empty (Results 1 – 1 of 1) sorted by relevance
948 if (candi_empty->count == 0) { in exfat_set_empty_hint()949 candi_empty->cur = *clu; in exfat_set_empty_hint()950 candi_empty->eidx = dentry; in exfat_set_empty_hint()954 candi_empty->count += total_entries - dentry; in exfat_set_empty_hint()956 candi_empty->count++; in exfat_set_empty_hint()958 if (candi_empty->count == num_entries || in exfat_set_empty_hint()959 candi_empty->count + candi_empty->eidx == total_entries) in exfat_set_empty_hint()960 ei->hint_femp = *candi_empty; in exfat_set_empty_hint()993 struct exfat_hint_femp candi_empty; in exfat_find_dir_entry() local1015 exfat_reset_empty_hint(&candi_empty); in exfat_find_dir_entry()[all …]