Home
last modified time | relevance | path

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

/fs/cifs/
Ddfs_cache.c46 struct cache_dfs_tgt *tgthint; member
186 ce->tgthint == t ? " (target hint)" : ""); in dfscache_proc_show()
238 ce->tgthint == t ? " (target hint)" : ""); in dump_tgts()
340 struct cache_dfs_tgt *t = ce->tgthint; in get_tgt_name()
380 struct cache_entry *ce, const char *tgthint) in copy_ref_data() argument
398 if (tgthint && !strcasecmp(t->name, tgthint)) { in copy_ref_data()
400 tgthint = NULL; in copy_ref_data()
407 ce->tgthint = list_first_entry_or_null(&ce->tlist, in copy_ref_data()
586 if (ce->tgthint) { in __update_cache_entry()
587 s = ce->tgthint->name; in __update_cache_entry()
[all …]