Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Ddfs_cache.h33 struct list_head it_list; member
59 !it || list_is_last(&it->it_list, &tl->tl_list)) in dfs_cache_get_next_tgt()
61 return list_next_entry(it, it_list); in dfs_cache_get_next_tgt()
71 it_list); in dfs_cache_get_tgt_iterator()
80 list_for_each_entry_safe(it, nit, &tl->tl_list, it_list) { in dfs_cache_free_tgts()
81 list_del(&it->it_list); in dfs_cache_free_tgts()
H A Ddfs_cache.c816 list_add(&it->it_list, head); in get_targets()
818 list_add_tail(&it->it_list, head); in get_targets()
826 list_for_each_entry_safe(it, nit, head, it_list) { in get_targets()
827 list_del(&it->it_list); in get_targets()