Searched refs:numrefs (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/fs/cifs/ |
D | dfs_cache.c | 362 static inline void dump_refs(const struct dfs_info3_param *refs, int numrefs) in dump_refs() argument 367 for (i = 0; i < numrefs; i++) { in dump_refs() 491 static int copy_ref_data(const struct dfs_info3_param *refs, int numrefs, in copy_ref_data() argument 503 for (i = 0; i < numrefs; i++) { in copy_ref_data() 527 static struct cache_entry *alloc_cache_entry(struct dfs_info3_param *refs, int numrefs) in alloc_cache_entry() argument 542 rc = copy_ref_data(refs, numrefs, ce, NULL); in alloc_cache_entry() 582 static int add_cache_entry_locked(struct dfs_info3_param *refs, int numrefs) in add_cache_entry_locked() argument 599 ce = alloc_cache_entry(refs, numrefs); in add_cache_entry_locked() 733 int numrefs) in update_cache_entry_locked() argument 750 rc = copy_ref_data(refs, numrefs, ce, th); in update_cache_entry_locked() [all …]
|