Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Ddfs_cache.h17 struct list_head tl_list; member
59 if (!tl || list_empty(&tl->tl_list) || !it || in dfs_cache_get_next_tgt()
60 list_is_last(&it->it_list, &tl->tl_list)) in dfs_cache_get_next_tgt()
70 return list_first_entry_or_null(&tl->tl_list, in dfs_cache_get_tgt_iterator()
79 if (!tl || list_empty(&tl->tl_list)) in dfs_cache_free_tgts()
81 list_for_each_entry_safe(it, nit, &tl->tl_list, it_list) { in dfs_cache_free_tgts()
H A Ddfs_cache.c815 struct list_head *head = &tl->tl_list; in get_targets()