Home
last modified time | relevance | path

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

/Linux-v5.10/fs/exfat/
Dnamei.c202 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()
217 if (num_entries <= hint_femp->count) { in exfat_search_empty_slot()
218 hint_femp->eidx = EXFAT_HINT_NONE; in exfat_search_empty_slot()
222 exfat_chain_dup(&clu, &hint_femp->cur); in exfat_search_empty_slot()
240 if (hint_femp->eidx == EXFAT_HINT_NONE) { in exfat_search_empty_slot()
241 hint_femp->eidx = dentry; in exfat_search_empty_slot()
242 hint_femp->count = CNT_UNUSED_NOHIT; in exfat_search_empty_slot()
243 exfat_chain_set(&hint_femp->cur, in exfat_search_empty_slot()
[all …]
Ddir.c975 if (ei->hint_femp.eidx == in exfat_find_dir_entry()
978 ei->hint_femp.eidx) in exfat_find_dir_entry()
979 ei->hint_femp = candi_empty; in exfat_find_dir_entry()
Dfile.c215 ei->hint_femp.eidx = EXFAT_HINT_NONE; in __exfat_truncate()
Dexfat_fs.h274 struct exfat_hint_femp hint_femp; member
Dinode.c567 ei->hint_femp.eidx = EXFAT_HINT_NONE; in exfat_fill_inode()
Dsuper.c347 ei->hint_femp.eidx = EXFAT_HINT_NONE; in exfat_read_root()