Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dconnect.c2922 struct TCP_Server_Info *tcp_srv; in cifs_match_super()
2946 tcp_srv = ses->server; in cifs_match_super()
2950 spin_lock(&tcp_srv->srv_lock); in cifs_match_super()
2954 if (!match_server(tcp_srv, ctx, true) || in cifs_match_super()
2967 spin_unlock(&tcp_srv->srv_lock);
2914 struct TCP_Server_Info *tcp_srv; cifs_match_super() local