Home
last modified time | relevance | path

Searched refs:noblocksnd (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/fs/smb/client/
Dfs_context.h224 bool noblocksnd:1; member
Dsess.c427 ctx->noblocksnd = ses->server->noblocksnd; in cifs_ses_add_channel()
Dtransport.c200 if (server->noblocksnd) in smb_send_kvec()
228 (!server->noblocksnd && (retries > 2))) { in smb_send_kvec()
Dfs_context.c995 ctx->noblocksnd = 1; in smb3_fs_context_parse_param()
Dcifsglob.h649 bool noblocksnd; /* use blocking sendmsg */ member
Dcifsfs.c693 if (tcon->ses->server->noblocksnd) in cifs_show_options()
Dconnect.c1666 tcp_ses->noblocksnd = ctx->noblocksnd || ctx->rootfs; in cifs_get_tcp_session()