Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/client/
Dfs_context.h233 bool nosharesock:1; member
Dconnect.c1498 if (ctx->nosharesock) in match_server()
1502 if (server->nosharesock) in match_server()
1693 if (ctx->nosharesock) in cifs_get_tcp_session()
1694 tcp_ses->nosharesock = true; in cifs_get_tcp_session()
Dcifs_debug.c436 if (server->nosharesock) in cifs_debug_data_proc_show()
Dfs_context.c1507 ctx->nosharesock = true; in smb3_fs_context_parse_param()
Dcifsglob.h674 bool nosharesock; member
Dcifsfs.c695 if (tcon->ses->server->nosharesock) in cifs_show_options()
Dsess.c564 ctx->nosharesock = true; in cifs_ses_add_channel()
Dsmb2pdu.c2121 server->nosharesock = true; in SMB2_tcon()