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

/linux-master/fs/exfat/
H A Dnamei.c209 struct exfat_hint_femp *hint_femp, struct exfat_chain *p_dir,
220 if (hint_femp->eidx != EXFAT_HINT_NONE) {
221 dentry = hint_femp->eidx;
224 * If hint_femp->count is enough, it is needed to check if
229 if (dentry + hint_femp->count == total_entries &&
230 num_entries > hint_femp->count)
233 hint_femp->eidx = EXFAT_HINT_NONE;
234 exfat_chain_dup(&clu, &hint_femp->cur);
268 hint_femp->eidx = dentry;
269 hint_femp
208 exfat_search_empty_slot(struct super_block *sb, struct exfat_hint_femp *hint_femp, struct exfat_chain *p_dir, int num_entries, struct exfat_entry_set_cache *es) argument
305 struct exfat_hint_femp hint_femp; local
[all...]
H A Ddir.c953 static inline void exfat_reset_empty_hint(struct exfat_hint_femp *hint_femp) argument
955 hint_femp->eidx = EXFAT_HINT_NONE;
956 hint_femp->count = 0;
963 if (ei->hint_femp.eidx == EXFAT_HINT_NONE ||
964 ei->hint_femp.eidx > dentry) {
979 ei->hint_femp = *candi_empty;
1029 exfat_reset_empty_hint(&ei->hint_femp);
1171 if (ei->hint_femp.eidx == EXFAT_HINT_NONE) {
1172 ei->hint_femp.cur.dir = EXFAT_EOF_CLUSTER;
1173 ei->hint_femp
[all...]
H A Dfile.c233 ei->hint_femp.eidx = EXFAT_HINT_NONE;
H A Dexfat_fs.h304 struct exfat_hint_femp hint_femp; member in struct:exfat_inode_info
H A Dsuper.c351 ei->hint_femp.eidx = EXFAT_HINT_NONE;
H A Dinode.c645 ei->hint_femp.eidx = EXFAT_HINT_NONE;

Completed in 277 milliseconds