Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/exfat/
H A 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 …]
H A Ddir.c977 if (ei->hint_femp.eidx == in exfat_find_dir_entry()
980 ei->hint_femp.eidx) in exfat_find_dir_entry()
981 ei->hint_femp = candi_empty; in exfat_find_dir_entry()
H A Dfile.c214 ei->hint_femp.eidx = EXFAT_HINT_NONE; in __exfat_truncate()
H A Dexfat_fs.h274 struct exfat_hint_femp hint_femp; member
H A Dinode.c567 ei->hint_femp.eidx = EXFAT_HINT_NONE; in exfat_fill_inode()
H A Dsuper.c347 ei->hint_femp.eidx = EXFAT_HINT_NONE; in exfat_read_root()