Home
last modified time | relevance | path

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

/linux-6.1.9/fs/exfat/
Dnamei.c212 struct exfat_hint_femp *hint_femp, struct exfat_chain *p_dir, in exfat_search_empty_slot() argument
225 if (hint_femp->eidx != EXFAT_HINT_NONE) { in exfat_search_empty_slot()
226 dentry = hint_femp->eidx; in exfat_search_empty_slot()
227 if (num_entries <= hint_femp->count) { in exfat_search_empty_slot()
228 hint_femp->eidx = EXFAT_HINT_NONE; in exfat_search_empty_slot()
232 exfat_chain_dup(&clu, &hint_femp->cur); in exfat_search_empty_slot()
250 if (hint_femp->eidx == EXFAT_HINT_NONE) { in exfat_search_empty_slot()
251 hint_femp->eidx = dentry; in exfat_search_empty_slot()
252 hint_femp->count = CNT_UNUSED_NOHIT; in exfat_search_empty_slot()
253 exfat_chain_set(&hint_femp->cur, in exfat_search_empty_slot()
[all …]
Ddir.c979 if (ei->hint_femp.eidx == in exfat_find_dir_entry()
982 ei->hint_femp.eidx) in exfat_find_dir_entry()
983 ei->hint_femp = candi_empty; in exfat_find_dir_entry()
Dfile.c183 ei->hint_femp.eidx = EXFAT_HINT_NONE; in __exfat_truncate()
Dexfat_fs.h276 struct exfat_hint_femp hint_femp; member
Dinode.c548 ei->hint_femp.eidx = EXFAT_HINT_NONE; in exfat_fill_inode()
Dsuper.c356 ei->hint_femp.eidx = EXFAT_HINT_NONE; in exfat_read_root()