Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dfs_context.h290 bool nosharesock:1; member
H A Dconnect.c1613 if (ctx->nosharesock) in match_server()
1617 if (server->nosharesock) in match_server()
1780 if (ctx->nosharesock) in cifs_get_tcp_session()
1781 tcp_ses->nosharesock = true; in cifs_get_tcp_session()
H A Dsess.c520 ctx->nosharesock = true; in cifs_ses_add_channel()
H A Dcifs_debug.c544 if (server->nosharesock) in cifs_debug_data_proc_show()
H A Dcifsglob.h706 bool nosharesock; member
H A Dcifsfs.c813 if (tcon->ses->server->nosharesock) in cifs_show_options()
H A Dfs_context.c1837 ctx->nosharesock = true; in smb3_fs_context_parse_param()
H A Dsmb2pdu.c2220 server->nosharesock = true; in SMB2_tcon()