Home
last modified time | relevance | path

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

/fs/exfat/
Dnamei.c611 struct exfat_hint hint_opt; in exfat_find() local
635 num_entries, TYPE_ALL, &hint_opt); in exfat_find()
645 cdir.dir = hint_opt.clu; in exfat_find()
648 dentry = hint_opt.eidx; in exfat_find()
Ddir.c936 int num_entries, unsigned int type, struct exfat_hint *hint_opt) in exfat_find_dir_entry() argument
1013 hint_opt->clu = clu.dir; in exfat_find_dir_entry()
1014 hint_opt->eidx = i; in exfat_find_dir_entry()
Dexfat_fs.h464 int num_entries, unsigned int type, struct exfat_hint *hint_opt);