Home
last modified time | relevance | path

Searched refs:max_channels_specified (Results 1 – 2 of 2) sorted by relevance

/linux/fs/smb/client/
H A Dfs_context.c723 if (!ctx->max_channels_specified) { in smb3_handle_conflicting_options()
731 if (!ctx->max_channels_specified) { in smb3_handle_conflicting_options()
740 if (ctx->max_channels_specified) { in smb3_handle_conflicting_options()
753 ctx->max_channels_specified = false;
1487 ctx->max_channels_specified = true; in smb3_fs_context_parse_param()
1998 ctx->max_channels_specified = false; in smb3_init_fs_context()
H A Dfs_context.h298 bool max_channels_specified:1; /* true if user specified max_channels */ member