Home
last modified time | relevance | path

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

/linux-6.12.1/fs/exfat/
Dnamei.c598 struct exfat_hint hint_opt; in exfat_find() local
617 dentry = exfat_find_dir_entry(sb, ei, &cdir, &uni_name, &hint_opt); in exfat_find()
626 cdir.dir = hint_opt.clu; in exfat_find()
629 dentry = hint_opt.eidx; in exfat_find()
Ddir.c1005 struct exfat_hint *hint_opt) in exfat_find_dir_entry() argument
1071 hint_opt->clu = clu.dir; in exfat_find_dir_entry()
1072 hint_opt->eidx = i; in exfat_find_dir_entry()
Dexfat_fs.h502 struct exfat_hint *hint_opt);