Searched refs:ntcon (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/fs/cifs/ |
D | dfs_cache.c | 1494 struct cifs_tcon *tcon, *ntcon; in refresh_mounts() local 1512 list_for_each_entry_safe(tcon, ntcon, &tcons, ulist) { in refresh_mounts()
|
D | connect.c | 2869 struct cifs_ses **nses, struct cifs_tcon **ntcon) in mount_get_conns() argument 2878 *ntcon = NULL; in mount_get_conns() 2913 *ntcon = tcon; in mount_get_conns() 2991 struct cifs_ses **nses, struct cifs_tcon **ntcon) in mount_get_dfs_conns() argument 2996 rc = mount_get_conns(ctx, cifs_sb, xid, nserver, nses, ntcon); in mount_get_dfs_conns()
|