Searched refs:it_list (Results 1 – 2 of 2) sorted by relevance
/linux/fs/smb/client/ |
H A D | dfs_cache.h | 33 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 D | dfs_cache.c | 814 list_add(&it->it_list, head); in get_targets() 816 list_add_tail(&it->it_list, head); in get_targets() 824 list_for_each_entry_safe(it, nit, head, it_list) { in get_targets() 825 list_del(&it->it_list); in get_targets()
|