Searched refs:tgthint (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | dfs_cache.c | 46 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() 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() 375 copy_ref_data(const struct dfs_info3_param *refs, int numrefs, struct cache_entry *ce, const char *tgthint) copy_ref_data() argument [all...] |
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | dfs_cache.c | 49 struct cache_dfs_tgt *tgthint; member 181 READ_ONCE(ce->tgthint) == t ? " (target hint)" : ""); in dfscache_proc_show() 233 READ_ONCE(ce->tgthint) == t ? " (target hint)" : ""); in dump_tgts() 342 struct cache_dfs_tgt *t = READ_ONCE(ce->tgthint); in get_tgt_name() 383 struct cache_entry *ce, const char *tgthint) in copy_ref_data() 403 if (tgthint && !strcasecmp(t->name, tgthint)) { in copy_ref_data() 405 tgthint = NULL; in copy_ref_data() 414 WRITE_ONCE(ce->tgthint, target); in copy_ref_data() 629 target = READ_ONCE(ce->tgthint); in update_cache_entry_locked() 382 copy_ref_data(const struct dfs_info3_param *refs, int numrefs, struct cache_entry *ce, const char *tgthint) copy_ref_data() argument [all...] |
Completed in 3 milliseconds