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:LOCK_REQ
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
transport.c
1418
LOCK_REQ
*pSMB = (
LOCK_REQ
*)in_buf;
in send_lock_cancel()
H
A
D
cifspdu.h
1138
} __attribute__((packed))
LOCK_REQ
;
typedef
H
A
D
cifssmb.c
2393
LOCK_REQ
*pSMB = NULL;
in cifs_lockv()
2441
LOCK_REQ
*pSMB = NULL;
in CIFSSMBLock()
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
data.c
2688
if (fio->need_lock ==
LOCK_REQ
&& !f2fs_trylock_op(fio->sbi))
in f2fs_do_write_data_page()
2724
if (fio->need_lock ==
LOCK_REQ
)
in f2fs_do_write_data_page()
2744
fio->need_lock =
LOCK_REQ
;
in f2fs_do_write_data_page()
2772
if (fio->need_lock ==
LOCK_REQ
)
in f2fs_do_write_data_page()
2889
fio.need_lock =
LOCK_REQ
;
in f2fs_write_single_data_page()
H
A
D
gc.c
1370
.need_lock =
LOCK_REQ
,
in move_data_page()
H
A
D
f2fs.h
1076
LOCK_REQ
= 0,
enumerator
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
data.c
2719
if (fio->need_lock ==
LOCK_REQ
&& !f2fs_trylock_op(fio->sbi))
in f2fs_do_write_data_page()
2760
if (fio->need_lock ==
LOCK_REQ
)
in f2fs_do_write_data_page()
2780
fio->need_lock =
LOCK_REQ
;
in f2fs_do_write_data_page()
2805
if (fio->need_lock ==
LOCK_REQ
)
in f2fs_do_write_data_page()
2921
fio.need_lock =
LOCK_REQ
;
in f2fs_write_single_data_page()
H
A
D
gc.c
1460
.need_lock =
LOCK_REQ
,
in move_data_page()
H
A
D
f2fs.h
1130
LOCK_REQ
= 0,
enumerator
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
transport.c
1473
LOCK_REQ
*pSMB = (
LOCK_REQ
*)in_buf;
in send_lock_cancel()
H
A
D
cifspdu.h
1091
} __attribute__((packed))
LOCK_REQ
;
typedef
H
A
D
cifssmb.c
1855
LOCK_REQ
*pSMB = NULL;
in cifs_lockv()
1903
LOCK_REQ
*pSMB = NULL;
in CIFSSMBLock()
Completed in 65 milliseconds