Home
last modified time | relevance | path

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

/linux-6.1.9/fs/exfat/
Dnamei.c600 struct exfat_hint hint_opt; in exfat_find() local
624 num_entries, TYPE_ALL, &hint_opt); in exfat_find()
634 cdir.dir = hint_opt.clu; in exfat_find()
637 dentry = hint_opt.eidx; in exfat_find()
Ddir.c920 int num_entries, unsigned int type, struct exfat_hint *hint_opt) in exfat_find_dir_entry() argument
997 hint_opt->clu = clu.dir; in exfat_find_dir_entry()
998 hint_opt->eidx = i; in exfat_find_dir_entry()
Dexfat_fs.h467 int num_entries, unsigned int type, struct exfat_hint *hint_opt);