Home
last modified time | relevance | path

Searched refs:hint_femp (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/fs/exfat/
H A Dnamei.c212 struct exfat_hint_femp *hint_femp, struct exfat_chain *p_dir, in exfat_search_empty_slot()
225 if (hint_femp->eidx != EXFAT_HINT_NONE) { in exfat_search_empty_slot()
226 dentry = hint_femp->eidx; in exfat_search_empty_slot()
229 * If hint_femp->count is enough, it is needed to check if in exfat_search_empty_slot()
234 if (dentry + hint_femp->count == p_dir->size * dentries_per_clu && in exfat_search_empty_slot()
235 num_entries > hint_femp->count) in exfat_search_empty_slot()
238 hint_femp->eidx = EXFAT_HINT_NONE; in exfat_search_empty_slot()
239 exfat_chain_dup(&clu, &hint_femp->cur); in exfat_search_empty_slot()
257 if (hint_femp->eidx == EXFAT_HINT_NONE) { in exfat_search_empty_slot()
258 hint_femp in exfat_search_empty_slot()
211 exfat_search_empty_slot(struct super_block *sb, struct exfat_hint_femp *hint_femp, struct exfat_chain *p_dir, int num_entries) exfat_search_empty_slot() argument
337 struct exfat_hint_femp hint_femp; exfat_find_empty_entry() local
[all...]
H A Ddir.c934 static inline void exfat_reset_empty_hint(struct exfat_hint_femp *hint_femp) in exfat_reset_empty_hint() argument
936 hint_femp->eidx = EXFAT_HINT_NONE; in exfat_reset_empty_hint()
937 hint_femp->count = 0; in exfat_reset_empty_hint()
944 if (ei->hint_femp.eidx == EXFAT_HINT_NONE || in exfat_set_empty_hint()
945 ei->hint_femp.eidx > dentry) { in exfat_set_empty_hint()
960 ei->hint_femp = *candi_empty; in exfat_set_empty_hint()
1010 exfat_reset_empty_hint(&ei->hint_femp); in exfat_find_dir_entry()
1152 if (ei->hint_femp.eidx == EXFAT_HINT_NONE) { in exfat_find_dir_entry()
1153 ei->hint_femp.cur.dir = EXFAT_EOF_CLUSTER; in exfat_find_dir_entry()
1154 ei->hint_femp in exfat_find_dir_entry()
[all...]
H A Dfile.c181 ei->hint_femp.eidx = EXFAT_HINT_NONE; in __exfat_truncate()
H A Dexfat_fs.h301 struct exfat_hint_femp hint_femp; member
H A Dinode.c541 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()
/kernel/linux/linux-5.10/fs/exfat/
H A Dnamei.c202 struct exfat_hint_femp *hint_femp, struct exfat_chain *p_dir, in exfat_search_empty_slot()
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 in exfat_search_empty_slot()
201 exfat_search_empty_slot(struct super_block *sb, struct exfat_hint_femp *hint_femp, struct exfat_chain *p_dir, int num_entries) exfat_search_empty_slot() argument
316 struct exfat_hint_femp hint_femp; exfat_find_empty_entry() local
[all...]
H A Ddir.c995 if (ei->hint_femp.eidx == in exfat_find_dir_entry()
998 ei->hint_femp.eidx) in exfat_find_dir_entry()
999 ei->hint_femp = candi_empty; in exfat_find_dir_entry()
H A Dexfat_fs.h277 struct exfat_hint_femp hint_femp; member
H A Dfile.c214 ei->hint_femp.eidx = EXFAT_HINT_NONE; in __exfat_truncate()
H A Dinode.c565 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()

Completed in 13 milliseconds