Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dfs_context.h246 bool nosharesock:1; member
H A Dconnect.c1534 if (ctx->nosharesock) in match_server()
1538 if (server->nosharesock) in match_server()
1728 if (ctx->nosharesock) in cifs_get_tcp_session()
1729 tcp_ses->nosharesock = true; in cifs_get_tcp_session()
H A Dcifs_debug.c450 if (server->nosharesock) in cifs_debug_data_proc_show()
H A Dfs_context.c1661 ctx->nosharesock = true; in smb3_fs_context_parse_param()
H A Dcifsglob.h701 bool nosharesock; member
H A Dsess.c551 ctx->nosharesock = true; in cifs_ses_add_channel()
H A Dcifsfs.c709 if (tcon->ses->server->nosharesock) in cifs_show_options()
H A Dsmb2pdu.c2156 server->nosharesock = true; in SMB2_tcon()