Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Ddfs_cache.c1523 struct list_head tcons; in refresh_mounts() local
1525 INIT_LIST_HEAD(&tcons); in refresh_mounts()
1541 list_add_tail(&tcon->ulist, &tcons); in refresh_mounts()
1549 list_for_each_entry_safe(tcon, ntcon, &tcons, ulist) { in refresh_mounts()