Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Ddfs_cache.h17 struct list_head tl_list; member
56 if (!tl || list_empty(&tl->tl_list) || !it || in dfs_cache_get_next_tgt()
57 list_is_last(&it->it_list, &tl->tl_list)) in dfs_cache_get_next_tgt()
67 return list_first_entry_or_null(&tl->tl_list, in dfs_cache_get_tgt_iterator()
76 if (!tl || list_empty(&tl->tl_list)) in dfs_cache_free_tgts()
78 list_for_each_entry_safe(it, nit, &tl->tl_list, it_list) { in dfs_cache_free_tgts()
Ddfs_cache.c764 struct list_head *head = &tl->tl_list; in get_tgt_list()