Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:noblocksnd
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
fs_context.h
224
bool
noblocksnd
:1;
member
H
A
D
transport.c
191
if (server->
noblocksnd
)
in smb_send_kvec()
219
(!server->
noblocksnd
&& (retries > 2))) {
in smb_send_kvec()
H
A
D
sess.c
593
ctx->
noblocksnd
= ses->server->
noblocksnd
;
in cifs_ses_add_channel()
H
A
D
fs_context.c
1012
ctx->
noblocksnd
= 1;
in smb3_fs_context_parse_param()
H
A
D
connect.c
1702
tcp_ses->
noblocksnd
= ctx->
noblocksnd
|| ctx->rootfs;
in cifs_get_tcp_session()
H
A
D
cifsglob.h
672
bool
noblocksnd
; /* use blocking sendmsg */
member
H
A
D
cifsfs.c
693
if (tcon->ses->server->
noblocksnd
)
in cifs_show_options()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
transport.c
212
if (server->
noblocksnd
)
in smb_send_kvec()
240
(!server->
noblocksnd
&& (retries > 2))) {
in smb_send_kvec()
H
A
D
cifsglob.h
588
bool
noblocksnd
:1;
member
690
bool
noblocksnd
; /* use blocking sendmsg */
member
H
A
D
sess.c
229
vol.
noblocksnd
= ses->server->
noblocksnd
;
in cifs_ses_add_channel()
H
A
D
cifsfs.c
629
if (tcon->ses->server->
noblocksnd
)
in cifs_show_options()
H
A
D
connect.c
1539
vol->
noblocksnd
= 1;
in cifs_parse_mount_options()
2558
tcp_ses->
noblocksnd
= volume_info->
noblocksnd
|| volume_info->rootfs;
in cifs_get_tcp_session()
Completed in 37 milliseconds