Searched refs:tgthint (Results 1 – 1 of 1) sorted by relevance
49 struct cache_dfs_tgt *tgthint; member293 ce->tgthint == t ? " (target hint)" : ""); in dfscache_proc_show()345 ce->tgthint == t ? " (target hint)" : ""); in dump_tgts()451 struct cache_dfs_tgt *t = ce->tgthint; in get_tgt_name()492 struct cache_entry *ce, const char *tgthint) in copy_ref_data() argument511 if (tgthint && !strcasecmp(t->name, tgthint)) { in copy_ref_data()513 tgthint = NULL; in copy_ref_data()520 ce->tgthint = list_first_entry_or_null(&ce->tlist, in copy_ref_data()740 if (ce->tgthint) { in update_cache_entry_locked()741 s = ce->tgthint->name; in update_cache_entry_locked()[all …]