Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/smb/client/
Dconnect.c2834 struct TCP_Server_Info *tcp_srv; in cifs_match_super() local
2858 tcp_srv = ses->server; in cifs_match_super()
2862 spin_lock(&tcp_srv->srv_lock); in cifs_match_super()
2866 if (!match_server(tcp_srv, ctx, true) || in cifs_match_super()
2879 spin_unlock(&tcp_srv->srv_lock); in cifs_match_super()
/kernel/linux/linux-5.10/fs/cifs/
Dconnect.c3512 struct TCP_Server_Info *tcp_srv; in cifs_match_super() local
3528 tcp_srv = ses->server; in cifs_match_super()
3532 if (!match_server(tcp_srv, volume_info) || in cifs_match_super()