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:LKM_GET_LVB
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/dlm/
H
A
D
dlmast.c
304
if ((flags & (LKM_PUT_LVB|
LKM_GET_LVB
)) ==
in dlm_proxy_ast_handler()
305
(LKM_PUT_LVB|
LKM_GET_LVB
)) {
in dlm_proxy_ast_handler()
313
(flags &
LKM_GET_LVB
? "get lvb" : "none"));
in dlm_proxy_ast_handler()
411
if (flags &
LKM_GET_LVB
) {
in dlm_proxy_ast_handler()
458
be32_add_cpu(&past.flags,
LKM_GET_LVB
);
in dlm_send_proxy_ast_msg()
H
A
D
dlmconvert.c
309
flags |=
LKM_GET_LVB
;
in dlmconvert_remote()
460
if ((flags & (LKM_PUT_LVB|
LKM_GET_LVB
)) ==
in dlm_convert_lock_handler()
461
(LKM_PUT_LVB|
LKM_GET_LVB
)) {
in dlm_convert_lock_handler()
468
(flags &
LKM_GET_LVB
? "get lvb" : "none"));
in dlm_convert_lock_handler()
511
} else if (flags &
LKM_GET_LVB
) {
in dlm_convert_lock_handler()
H
A
D
dlmapi.h
155
#define
LKM_GET_LVB
0x40000000 /* extension: lvb should be copied
macro
H
A
D
dlmlock.c
487
if (be32_to_cpu(create->flags) &
LKM_GET_LVB
) {
in dlm_create_lock_handler()
687
flags |=
LKM_GET_LVB
;
in dlmlock()
H
A
D
dlmunlock.c
407
if (flags &
LKM_GET_LVB
) {
in dlm_unlock_lock_handler()
/kernel/linux/linux-6.6/fs/ocfs2/dlm/
H
A
D
dlmconvert.c
307
flags |=
LKM_GET_LVB
;
in dlmconvert_remote()
458
if ((flags & (LKM_PUT_LVB|
LKM_GET_LVB
)) ==
in dlm_convert_lock_handler()
459
(LKM_PUT_LVB|
LKM_GET_LVB
)) {
in dlm_convert_lock_handler()
466
(flags &
LKM_GET_LVB
? "get lvb" : "none"));
in dlm_convert_lock_handler()
509
} else if (flags &
LKM_GET_LVB
) {
in dlm_convert_lock_handler()
H
A
D
dlmast.c
292
if ((flags & (LKM_PUT_LVB|
LKM_GET_LVB
)) ==
in dlm_proxy_ast_handler()
293
(LKM_PUT_LVB|
LKM_GET_LVB
)) {
in dlm_proxy_ast_handler()
301
(flags &
LKM_GET_LVB
? "get lvb" : "none"));
in dlm_proxy_ast_handler()
399
if (flags &
LKM_GET_LVB
) {
in dlm_proxy_ast_handler()
446
be32_add_cpu(&past.flags,
LKM_GET_LVB
);
in dlm_send_proxy_ast_msg()
H
A
D
dlmapi.h
153
#define
LKM_GET_LVB
0x40000000 /* extension: lvb should be copied
macro
H
A
D
dlmlock.c
485
if (be32_to_cpu(create->flags) &
LKM_GET_LVB
) {
in dlm_create_lock_handler()
685
flags |=
LKM_GET_LVB
;
in dlmlock()
H
A
D
dlmunlock.c
405
if (flags &
LKM_GET_LVB
) {
in dlm_unlock_lock_handler()
Completed in 8 milliseconds