Home
last modified time | relevance | path

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

/linux/fs/exfat/
H A Dnamei.c602 struct exfat_hint hint_opt; in exfat_find() local
624 dentry = exfat_find_dir_entry(sb, ei, &cdir, &uni_name, &hint_opt); in exfat_find()
629 cdir.dir = hint_opt.clu; in exfat_find()
632 dentry = hint_opt.eidx; in exfat_find()
H A Ddir.c994 struct exfat_hint *hint_opt) in exfat_find_dir_entry() argument
1061 hint_opt->clu = clu.dir; in exfat_find_dir_entry()
1062 hint_opt->eidx = i; in exfat_find_dir_entry()
H A Dexfat_fs.h506 struct exfat_hint *hint_opt);