Home
last modified time | relevance | path

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

/fs/cifs/
Dconnect.c1465 vol->multichannel = false; in cifs_parse_mount_options()
1765 vol->multichannel = true; in cifs_parse_mount_options()
1771 vol->multichannel = false; in cifs_parse_mount_options()
3126 ses->chan_max = volume_info->multichannel ? volume_info->max_channels:1; in cifs_get_smb_ses()
Dcifsglob.h602 bool multichannel:1; member