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:lkb_lvbseq
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/
H
A
D
recover.c
764
if (((int)iter->
lkb_lvbseq
- (int)high_seq) >= 0) {
in recover_lvb()
766
high_seq = iter->
lkb_lvbseq
;
in recover_lvb()
781
if (((int)iter->
lkb_lvbseq
- (int)high_seq) >= 0) {
in recover_lvb()
783
high_seq = iter->
lkb_lvbseq
;
in recover_lvb()
802
r->res_lvbseq = big_lkb->
lkb_lvbseq
;
in recover_lvb()
805
r->res_lvbseq = high_lkb->
lkb_lvbseq
;
in recover_lvb()
H
A
D
dlm_internal.h
240
uint32_t
lkb_lvbseq
; /* lvb sequence number */
member
H
A
D
rcom.c
382
rl->rl_lvbseq = cpu_to_le32(lkb->
lkb_lvbseq
);
in pack_rcom_lock()
H
A
D
lock.c
1969
lkb->
lkb_lvbseq
= r->res_lvbseq;
in set_lvb_lock()
1991
lkb->
lkb_lvbseq
= r->res_lvbseq;
in set_lvb_lock()
2045
lkb->
lkb_lvbseq
= ms->m_lvbseq;
in set_lvb_lock_pc()
3611
ms->m_lvbseq = lkb->
lkb_lvbseq
;
in send_args()
3950
lkb->
lkb_lvbseq
= ms->m_lvbseq;
in receive_convert_args()
5601
lkb->
lkb_lvbseq
= le32_to_cpu(rl->rl_lvbseq);
in receive_rcom_lock_args()
H
A
D
debug_fs.c
250
lkb->
lkb_lvbseq
,
in print_format3_lock()
/kernel/linux/linux-6.6/fs/dlm/
H
A
D
recover.c
766
if (((int)iter->
lkb_lvbseq
- (int)high_seq) >= 0) {
in recover_lvb()
768
high_seq = iter->
lkb_lvbseq
;
in recover_lvb()
783
if (((int)iter->
lkb_lvbseq
- (int)high_seq) >= 0) {
in recover_lvb()
785
high_seq = iter->
lkb_lvbseq
;
in recover_lvb()
804
r->res_lvbseq = big_lkb->
lkb_lvbseq
;
in recover_lvb()
807
r->res_lvbseq = high_lkb->
lkb_lvbseq
;
in recover_lvb()
H
A
D
dlm_internal.h
241
uint32_t
lkb_lvbseq
; /* lvb sequence number */
member
H
A
D
rcom.c
427
rl->rl_lvbseq = cpu_to_le32(lkb->
lkb_lvbseq
);
in pack_rcom_lock()
H
A
D
lock.c
1743
lkb->
lkb_lvbseq
= r->res_lvbseq;
in set_lvb_lock()
1765
lkb->
lkb_lvbseq
= r->res_lvbseq;
in set_lvb_lock()
1819
lkb->
lkb_lvbseq
= le32_to_cpu(ms->m_lvbseq);
in set_lvb_lock_pc()
3410
ms->m_lvbseq = cpu_to_le32(lkb->
lkb_lvbseq
);
in send_args()
3755
lkb->
lkb_lvbseq
= le32_to_cpu(ms->m_lvbseq);
in receive_convert_args()
5354
lkb->
lkb_lvbseq
= le32_to_cpu(rl->rl_lvbseq);
in receive_rcom_lock_args()
H
A
D
debug_fs.c
253
lkb->
lkb_lvbseq
,
in print_format3_lock()
Completed in 24 milliseconds