Searched refs:noautotune (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsglob.h152 bool noautotune; /* do not autotune send buf sizes */ member in struct:TCP_Server_Info
H A Dconnect.c100 bool noautotune:1; member in struct:smb_vol
1201 } else if (strnicmp(data, "noautotune", 10) == 0) {
1202 vol->noautotune = 1;
1566 tcp_ses->noautotune = volume_info->noautotune;
2080 if (server->noautotune) {

Completed in 79 milliseconds