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.c1610 if (ctx->nosharesock) in match_server()
1614 if (server->nosharesock) in match_server()
1777 if (ctx->nosharesock) in cifs_get_tcp_session()
1778 tcp_ses->nosharesock = true; in cifs_get_tcp_session()
H A Dcifs_debug.c560 if (server->nosharesock) in cifs_debug_data_proc_show()
H A Dcifsglob.h704 bool nosharesock; member
H A Dsess.c521 ctx->nosharesock = true; in cifs_ses_add_channel()
H A Dfs_context.c1834 ctx->nosharesock = true; in smb3_fs_context_parse_param()
H A Dcifsfs.c806 if (tcon->ses->server->nosharesock) in cifs_show_options()
H A Dsmb2pdu.c2223 server->nosharesock = true; in SMB2_tcon()