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

/linux-master/fs/exfat/
H A Ddir.c1013 struct exfat_hint *hint_stat = &ei->hint_stat; local
1025 if (hint_stat->eidx) {
1026 clu.dir = hint_stat->clu;
1027 dentry = hint_stat->eidx;
1179 /* initialized hint_stat */
1180 hint_stat->clu = p_dir->dir;
1181 hint_stat->eidx = 0;
1199 /* just initialized hint_stat */
1200 hint_stat
[all...]
H A Dfile.c229 /* hint_stat will be used if this is directory. */
230 ei->hint_stat.eidx = 0;
231 ei->hint_stat.clu = ei->start_clu;
H A Dsuper.c349 ei->hint_stat.eidx = 0;
350 ei->hint_stat.clu = sbi->root_dir;
H A Dinode.c643 ei->hint_stat.eidx = 0;
644 ei->hint_stat.clu = info->start_clu;
H A Dexfat_fs.h295 * the validation of hint_stat.
302 struct exfat_hint hint_stat; member in struct:exfat_inode_info
H A Dnamei.c607 /* check the validation of hint_stat and initialize it if required */
609 ei->hint_stat.clu = cdir.dir;
610 ei->hint_stat.eidx = 0;

Completed in 119 milliseconds