Home
last modified time | relevance | path

Searched refs:hint_femp (Results 1 – 6 of 6) sorted by relevance

/linux/fs/exfat/
H A Dnamei.c204 struct exfat_hint_femp *hint_femp, struct exfat_chain *p_dir, in exfat_search_empty_slot() argument
215 if (hint_femp->eidx != EXFAT_HINT_NONE) { in exfat_search_empty_slot()
216 dentry = hint_femp->eidx; in exfat_search_empty_slot()
224 if (dentry + hint_femp->count == total_entries && in exfat_search_empty_slot()
225 num_entries > hint_femp->count) in exfat_search_empty_slot()
228 hint_femp->eidx = EXFAT_HINT_NONE; in exfat_search_empty_slot()
229 exfat_chain_dup(&clu, &hint_femp->cur); in exfat_search_empty_slot()
263 hint_femp->eidx = dentry; in exfat_search_empty_slot()
264 hint_femp->count = 0; in exfat_search_empty_slot()
266 exfat_chain_set(&hint_femp->cur, EXFAT_EOF_CLUSTER, 0, in exfat_search_empty_slot()
[all …]
H A Ddir.c944 static inline void exfat_reset_empty_hint(struct exfat_hint_femp *hint_femp) in exfat_reset_empty_hint() argument
946 hint_femp->eidx = EXFAT_HINT_NONE; in exfat_reset_empty_hint()
947 hint_femp->count = 0; in exfat_reset_empty_hint()
954 if (ei->hint_femp.eidx == EXFAT_HINT_NONE || in exfat_set_empty_hint()
955 ei->hint_femp.eidx > dentry) { in exfat_set_empty_hint()
970 ei->hint_femp = *candi_empty; in exfat_set_empty_hint()
1021 exfat_reset_empty_hint(&ei->hint_femp); in exfat_find_dir_entry()
1167 if (ei->hint_femp.eidx == EXFAT_HINT_NONE) { in exfat_find_dir_entry()
1168 ei->hint_femp.cur.dir = EXFAT_EOF_CLUSTER; in exfat_find_dir_entry()
1169 ei->hint_femp.eidx = p_dir->size * dentries_per_clu; in exfat_find_dir_entry()
[all …]
H A Dexfat_fs.h311 struct exfat_hint_femp hint_femp; member
H A Dinode.c622 ei->hint_femp.eidx = EXFAT_HINT_NONE; in exfat_fill_inode()
H A Dfile.c235 ei->hint_femp.eidx = EXFAT_HINT_NONE; in __exfat_truncate()
H A Dsuper.c370 ei->hint_femp.eidx = EXFAT_HINT_NONE; in exfat_read_root()