Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Ddfs_cache.c1495 struct list_head tcons; in refresh_mounts() local
1497 INIT_LIST_HEAD(&tcons); in refresh_mounts()
1505 list_add_tail(&tcon->ulist, &tcons); in refresh_mounts()
1512 list_for_each_entry_safe(tcon, ntcon, &tcons, ulist) { in refresh_mounts()