Home
last modified time | relevance | path

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

/Linux-v6.6/fs/exfat/
Dnamei.c608 struct exfat_hint hint_opt; in exfat_find() local
627 dentry = exfat_find_dir_entry(sb, ei, &cdir, &uni_name, &hint_opt); in exfat_find()
636 cdir.dir = hint_opt.clu; in exfat_find()
639 dentry = hint_opt.eidx; in exfat_find()
Ddir.c984 struct exfat_hint *hint_opt) in exfat_find_dir_entry() argument
1050 hint_opt->clu = clu.dir; in exfat_find_dir_entry()
1051 hint_opt->eidx = i; in exfat_find_dir_entry()
Dexfat_fs.h492 struct exfat_hint *hint_opt);