Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsglob.h779 bool noblockcnt; /* use non-blocking connect() */ member
H A Dconnect.c2557 tcp_ses->noblockcnt = volume_info->rootfs; in cifs_get_tcp_session()
3766 server->noblockcnt ? O_NONBLOCK : 0); in generic_ip_connect()
3772 if (server->noblockcnt && rc == -EINPROGRESS) in generic_ip_connect()