Searched refs:it_list (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
D | dfs_cache.h | 23 struct list_head it_list; member 60 list_is_last(&it->it_list, &tl->tl_list)) in dfs_cache_get_next_tgt() 62 return list_next_entry(it, it_list); in dfs_cache_get_next_tgt() 72 it_list); in dfs_cache_get_tgt_iterator() 81 list_for_each_entry_safe(it, nit, &tl->tl_list, it_list) { in dfs_cache_free_tgts() 82 list_del(&it->it_list); in dfs_cache_free_tgts()
|
D | dfs_cache.c | 838 list_add(&it->it_list, head); in get_targets() 840 list_add_tail(&it->it_list, head); in get_targets() 848 list_for_each_entry_safe(it, nit, head, it_list) { in get_targets()
|