Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dconnect.c1665 tcp_ses->noblockcnt = ctx->rootfs; in cifs_get_tcp_session()
3050 server->noblockcnt ? O_NONBLOCK : 0); in generic_ip_connect()
3056 if (server->noblockcnt && rc == -EINPROGRESS) in generic_ip_connect()
Dcifsglob.h741 bool noblockcnt; /* use non-blocking connect() */ member