Searched refs:tl_list (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | dfs_cache.h | 20 { .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 D | dfs.c | 516 list_replace_init(&ntl.tl_list, &tl->tl_list); in __tree_connect_dfs_target()
|
H A D | dfs_cache.c | 793 struct list_head *head = &tl->tl_list; in get_targets()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | dfs_cache.h | 17 struct list_head tl_list; member 59 if (!tl || list_empty(&tl->tl_list) || !it || in dfs_cache_get_next_tgt() 60 list_is_last(&it->it_list, &tl->tl_list)) in dfs_cache_get_next_tgt() 70 return list_first_entry_or_null(&tl->tl_list, in dfs_cache_get_tgt_iterator() 79 if (!tl || list_empty(&tl->tl_list)) in dfs_cache_free_tgts() 81 list_for_each_entry_safe(it, nit, &tl->tl_list, it_list) { in dfs_cache_free_tgts()
|
H A D | dfs_cache.c | 815 struct list_head *head = &tl->tl_list; in get_targets()
|
Completed in 6 milliseconds