Searched refs:it_list (Results 1 – 2 of 2) sorted by relevance
/linux/fs/cifs/ |
A D | dfs_cache.h | 26 struct list_head it_list; member 56 list_is_last(&it->it_list, &tl->tl_list)) in dfs_cache_get_next_tgt() 58 return list_next_entry(it, it_list); in dfs_cache_get_next_tgt() 68 it_list); in dfs_cache_get_tgt_iterator() 77 list_for_each_entry_safe(it, nit, &tl->tl_list, it_list) { in dfs_cache_free_tgts() 78 list_del(&it->it_list); in dfs_cache_free_tgts()
|
A D | dfs_cache.c | 904 list_add(&it->it_list, head); in get_targets() 906 list_add_tail(&it->it_list, head); in get_targets() 914 list_for_each_entry_safe(it, nit, head, it_list) { in get_targets() 915 list_del(&it->it_list); in get_targets()
|
Completed in 6 milliseconds