Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Ddfs_cache.c49 struct cache_dfs_tgt *tgthint; member
127 WRITE_ONCE(ce->tgthint, NULL); in free_tgts()
185 READ_ONCE(ce->tgthint) == t ? " (target hint)" : ""); in dfscache_proc_show()
237 READ_ONCE(ce->tgthint) == t ? " (target hint)" : ""); in dump_tgts()
346 struct cache_dfs_tgt *t = READ_ONCE(ce->tgthint); in get_tgt_name()
387 struct cache_entry *ce, const char *tgthint) in copy_ref_data() argument
400 if (tgthint && !strcasecmp(t->name, tgthint)) { in copy_ref_data()
402 tgthint = NULL; in copy_ref_data()
411 WRITE_ONCE(ce->tgthint, target); in copy_ref_data()
630 target = READ_ONCE(ce->tgthint); in update_cache_entry_locked()
[all …]