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:pending_open
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
misc.c
665
fid->
pending_open
= open;
in cifs_add_pending_open_locked()
H
A
D
cifsglob.h
1294
struct cifs_pending_open *
pending_open
;
member
H
A
D
file.c
346
if (fid->
pending_open
->oplock != CIFS_OPLOCK_NO_CHANGE && oplock)
in cifs_new_fileinfo()
347
oplock = fid->
pending_open
->oplock;
in cifs_new_fileinfo()
348
list_del(&fid->
pending_open
->olist);
in cifs_new_fileinfo()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-trace.c
1265
bool
pending_open
;
member
2341
ttrace->filename.
pending_open
= false;
2451
if (!trace->fd_path_disabled && sc->is_open && ret >= 0 && ttrace->filename.
pending_open
) {
2453
ttrace->filename.
pending_open
= false;
2590
ttrace->filename.
pending_open
= true;
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-trace.c
1273
bool
pending_open
;
member
2394
ttrace->filename.
pending_open
= false;
2506
if (!trace->fd_path_disabled && sc->is_open && ret >= 0 && ttrace->filename.
pending_open
) {
2508
ttrace->filename.
pending_open
= false;
2647
ttrace->filename.
pending_open
= true;
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
misc.c
675
fid->
pending_open
= open;
in cifs_add_pending_open_locked()
H
A
D
file.c
514
if (fid->
pending_open
->oplock != CIFS_OPLOCK_NO_CHANGE && oplock)
in cifs_new_fileinfo()
515
oplock = fid->
pending_open
->oplock;
in cifs_new_fileinfo()
516
list_del(&fid->
pending_open
->olist);
in cifs_new_fileinfo()
H
A
D
cifsglob.h
1376
struct cifs_pending_open *
pending_open
;
member
Completed in 37 milliseconds