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:num_remote_opens
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
cached_dir.c
367
atomic_inc(&tcon->
num_remote_opens
);
in open_cached_dir()
418
atomic_dec(&cfid->tcon->
num_remote_opens
);
in smb2_close_cached_fid()
H
A
D
misc.c
142
atomic_set(&ret_buf->
num_remote_opens
, 0);
in tcon_info_alloc()
H
A
D
smb2pdu.c
2033
atomic_set(&tcon->
num_remote_opens
, 0);
in SMB2_tcon()
2889
/* no need to inc
num_remote_opens
because we close it just below */
in smb311_posix_mkdir()
3178
atomic_inc(&tcon->
num_remote_opens
);
in SMB2_open()
3553
atomic_dec(&tcon->
num_remote_opens
);
in __SMB2_close()
H
A
D
cifsglob.h
1165
atomic_t
num_remote_opens
; /* num of all network opens on server */
member
H
A
D
smb2ops.c
1250
/* no need to bump
num_remote_opens
because handle immediately closed */
in smb2_set_ea()
1332
atomic_read(&tcon->
num_remote_opens
));
in smb2_print_stats()
1650
/* No need to bump
num_remote_opens
since handle immediately closed */
in smb2_ioctl_query_info()
2308
atomic_inc(&tcon->
num_remote_opens
);
in smb2_query_dir_first()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
misc.c
137
atomic_set(&ret_buf->
num_remote_opens
, 0);
in tconInfoAlloc()
H
A
D
cifsglob.h
1094
atomic_t
num_remote_opens
; /* num of all network opens on server */
member
H
A
D
smb2ops.c
803
atomic_inc(&tcon->
num_remote_opens
);
in open_shroot()
1279
/* no need to bump
num_remote_opens
because handle immediately closed */
in smb2_set_ea()
1359
atomic_read(&tcon->
num_remote_opens
));
in smb2_print_stats()
1681
/* No need to bump
num_remote_opens
since handle immediately closed */
in smb2_ioctl_query_info()
2317
atomic_inc(&tcon->
num_remote_opens
);
in smb2_query_dir_first()
H
A
D
smb2pdu.c
1747
atomic_set(&tcon->
num_remote_opens
, 0);
in SMB2_tcon()
2610
/* no need to inc
num_remote_opens
because we close it just below */
in smb311_posix_mkdir()
2900
atomic_inc(&tcon->
num_remote_opens
);
in SMB2_open()
3263
atomic_dec(&tcon->
num_remote_opens
);
in __SMB2_close()
Completed in 50 milliseconds