Home
last modified time | relevance | path

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

/fs/smb/client/
Dfs_context.c1077 ctx->max_channels = 1; in smb3_fs_context_parse_param()
1081 if (ctx->max_channels < 2) in smb3_fs_context_parse_param()
1082 ctx->max_channels = 2; in smb3_fs_context_parse_param()
1243 ctx->max_channels = result.uint_32; in smb3_fs_context_parse_param()
1714 ctx->max_channels = 1; in smb3_init_fs_context()
Dfs_context.h278 unsigned int max_channels; member
Dconnect.c1878 if (ses->chan_max < ctx->max_channels) in match_session()
2349 ses->chan_max = ctx->multichannel ? ctx->max_channels:1; in cifs_get_smb_ses()