Home
last modified time | relevance | path

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

/linux/fs/exfat/
H A Dnamei.c209 struct exfat_hint_femp *hint_femp, struct exfat_chain *p_dir, in exfat_search_empty_slot() argument
220 if (hint_femp->eidx != EXFAT_HINT_NONE) { in exfat_search_empty_slot()
221 dentry = hint_femp->eidx; in exfat_search_empty_slot()
229 if (dentry + hint_femp->count == total_entries && in exfat_search_empty_slot()
230 num_entries > hint_femp->count) in exfat_search_empty_slot()
233 hint_femp->eidx = EXFAT_HINT_NONE; in exfat_search_empty_slot()
234 exfat_chain_dup(&clu, &hint_femp->cur); in exfat_search_empty_slot()
268 hint_femp->eidx = dentry; in exfat_search_empty_slot()
269 hint_femp->count = 0; in exfat_search_empty_slot()
271 exfat_chain_set(&hint_femp->cur, EXFAT_EOF_CLUSTER, 0, in exfat_search_empty_slot()
[all …]
H A Ddir.c936 static inline void exfat_reset_empty_hint(struct exfat_hint_femp *hint_femp) in exfat_reset_empty_hint() argument
938 hint_femp->eidx = EXFAT_HINT_NONE; in exfat_reset_empty_hint()
939 hint_femp->count = 0; in exfat_reset_empty_hint()
946 if (ei->hint_femp.eidx == EXFAT_HINT_NONE || in exfat_set_empty_hint()
947 ei->hint_femp.eidx > dentry) { in exfat_set_empty_hint()
962 ei->hint_femp = *candi_empty; in exfat_set_empty_hint()
1012 exfat_reset_empty_hint(&ei->hint_femp); in exfat_find_dir_entry()
1154 if (ei->hint_femp.eidx == EXFAT_HINT_NONE) { in exfat_find_dir_entry()
1155 ei->hint_femp.cur.dir = EXFAT_EOF_CLUSTER; in exfat_find_dir_entry()
1156 ei->hint_femp.eidx = p_dir->size * dentries_per_clu; in exfat_find_dir_entry()
[all …]
H A Dexfat_fs.h314 struct exfat_hint_femp hint_femp; member
H A Dfile.c232 ei->hint_femp.eidx = EXFAT_HINT_NONE; in __exfat_truncate()
H A Dinode.c611 ei->hint_femp.eidx = EXFAT_HINT_NONE; in exfat_fill_inode()
H A Dsuper.c390 ei->hint_femp.eidx = EXFAT_HINT_NONE; in exfat_read_root()