Searched refs:hint_opt (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/exfat/
H A Dnamei.c597 struct exfat_hint hint_opt; local
616 dentry = exfat_find_dir_entry(sb, ei, &cdir, &uni_name, &hint_opt);
625 cdir.dir = hint_opt.clu;
628 dentry = hint_opt.eidx;
H A Ddir.c994 * @hint_opt: If p_uniname is found, filled with optimized dir/entry
1003 struct exfat_hint *hint_opt)
1069 hint_opt->clu = clu.dir;
1070 hint_opt->eidx = i;
1001 exfat_find_dir_entry(struct super_block *sb, struct exfat_inode_info *ei, struct exfat_chain *p_dir, struct exfat_uni_name *p_uniname, struct exfat_hint *hint_opt) argument
H A Dexfat_fs.h492 struct exfat_hint *hint_opt);

Completed in 127 milliseconds