Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Ddfs_cache.h20 { .tl_numtgts = 0, .tl_list = LIST_HEAD_INIT((var).tl_list), }
27 struct list_head tl_list; member
58 if (!tl || !tl->tl_numtgts || list_empty(&tl->tl_list) || in dfs_cache_get_next_tgt()
59 !it || list_is_last(&it->it_list, &tl->tl_list)) in dfs_cache_get_next_tgt()
69 return list_first_entry_or_null(&tl->tl_list, in dfs_cache_get_tgt_iterator()
78 if (!tl || !tl->tl_numtgts || list_empty(&tl->tl_list)) in dfs_cache_free_tgts()
80 list_for_each_entry_safe(it, nit, &tl->tl_list, it_list) { in dfs_cache_free_tgts()
H A Ddfs.c513 list_replace_init(&ntl.tl_list, &tl->tl_list); in __tree_connect_dfs_target()
H A Ddfs_cache.c793 struct list_head *head = &tl->tl_list; in get_targets()