Home
last modified time | relevance | path

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

/openbmc/linux/fs/exfat/
H A Dnamei.c620 struct exfat_hint hint_opt; in exfat_find() local
639 dentry = exfat_find_dir_entry(sb, ei, &cdir, &uni_name, &hint_opt); in exfat_find()
648 cdir.dir = hint_opt.clu; in exfat_find()
651 dentry = hint_opt.eidx; in exfat_find()
H A Ddir.c985 struct exfat_hint *hint_opt) in exfat_find_dir_entry() argument
1051 hint_opt->clu = clu.dir; in exfat_find_dir_entry()
1052 hint_opt->eidx = i; in exfat_find_dir_entry()
H A Dexfat_fs.h492 struct exfat_hint *hint_opt);