Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Ddfs_cache.c46 struct cache_dfs_tgt *tgthint; member
180 ce->tgthint == t ? " (target hint)" : ""); in dfscache_proc_show()
232 ce->tgthint == t ? " (target hint)" : ""); in dump_tgts()
335 struct cache_dfs_tgt *t = ce->tgthint; in get_tgt_name()
376 struct cache_entry *ce, const char *tgthint) in copy_ref_data() argument
394 if (tgthint && !strcasecmp(t->name, tgthint)) { in copy_ref_data()
396 tgthint = NULL; in copy_ref_data()
403 ce->tgthint = list_first_entry_or_null(&ce->tlist, in copy_ref_data()
641 if (ce->tgthint) { in __update_cache_entry()
642 s = ce->tgthint->name; in __update_cache_entry()
[all …]