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:xtlck
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/
H
A
D
jfs_xtree.c
540
struct xtlock *
xtlck
;
in xtInsert()
local
642
xtlck
= (struct xtlock *) & tlck->lock;
in xtInsert()
643
xtlck
->lwm.offset =
in xtInsert()
644
(
xtlck
->lwm.offset) ? min(index,
in xtInsert()
645
(int)
xtlck
->lwm.offset) : index;
in xtInsert()
646
xtlck
->lwm.length =
in xtInsert()
647
le16_to_cpu(p->header.nextindex) -
xtlck
->lwm.offset;
in xtInsert()
696
struct xtlock *
xtlck
;
in xtSplitUp()
local
733
xtlck
= (struct xtlock *) & tlck->lock;
in xtSplitUp()
734
xtlck
in xtSplitUp()
1224
struct xtlock *
xtlck
;
xtSplitRoot()
local
1363
struct xtlock *
xtlck
= NULL;
xtExtend()
local
1525
struct xtlock *
xtlck
= 0;
xtTailgate()
local
1708
struct xtlock *
xtlck
= NULL;
xtUpdate()
local
2172
struct xtlock *
xtlck
;
xtAppend()
local
2336
struct xtlock *
xtlck
;
xtDelete()
local
2408
struct xtlock *
xtlck
;
xtDeleteUp()
local
2553
struct xtlock *
xtlck
;
xtRelocate()
local
3164
struct xtlock *
xtlck
= NULL;
xtTruncate()
local
3721
struct xtlock *
xtlck
= NULL;
xtTruncate_pmap()
local
[all...]
H
A
D
jfs_txnmgr.c
590
struct xtlock *
xtlck
;
in txLock()
local
776
xtlck
= (struct xtlock *) linelock;
in txLock()
777
xtlck
->header.offset = 0;
in txLock()
778
xtlck
->header.length = 2;
in txLock()
781
xtlck
->lwm.offset = XTENTRYSTART;
in txLock()
787
xtlck
->lwm.offset =
in txLock()
790
xtlck
->lwm.length = 0; /* ! */
in txLock()
791
xtlck
->twm.offset = 0;
in txLock()
792
xtlck
->hwm.offset = 0;
in txLock()
794
xtlck
in txLock()
1698
struct xtlock *
xtlck
;
xtLog()
local
2587
struct tlock *
xtlck
, *tlck;
txFreelock()
local
[all...]
/kernel/linux/linux-6.6/fs/jfs/
H
A
D
jfs_xtree.c
529
struct xtlock *
xtlck
;
in xtInsert()
local
631
xtlck
= (struct xtlock *) & tlck->lock;
in xtInsert()
632
xtlck
->lwm.offset =
in xtInsert()
633
(
xtlck
->lwm.offset) ? min(index,
in xtInsert()
634
(int)
xtlck
->lwm.offset) : index;
in xtInsert()
635
xtlck
->lwm.length =
in xtInsert()
636
le16_to_cpu(p->header.nextindex) -
xtlck
->lwm.offset;
in xtInsert()
685
struct xtlock *
xtlck
;
in xtSplitUp()
local
722
xtlck
= (struct xtlock *) & tlck->lock;
in xtSplitUp()
723
xtlck
in xtSplitUp()
1213
struct xtlock *
xtlck
;
xtSplitRoot()
local
1352
struct xtlock *
xtlck
= NULL;
xtExtend()
local
1514
struct xtlock *
xtlck
= NULL;
xtUpdate()
local
1957
struct xtlock *
xtlck
;
xtAppend()
local
2203
struct xtlock *
xtlck
= NULL;
xtTruncate()
local
2760
struct xtlock *
xtlck
= NULL;
xtTruncate_pmap()
local
[all...]
H
A
D
jfs_txnmgr.c
590
struct xtlock *
xtlck
;
in txLock()
local
776
xtlck
= (struct xtlock *) linelock;
in txLock()
777
xtlck
->header.offset = 0;
in txLock()
778
xtlck
->header.length = 2;
in txLock()
781
xtlck
->lwm.offset = XTENTRYSTART;
in txLock()
787
xtlck
->lwm.offset =
in txLock()
790
xtlck
->lwm.length = 0; /* ! */
in txLock()
791
xtlck
->twm.offset = 0;
in txLock()
792
xtlck
->hwm.offset = 0;
in txLock()
794
xtlck
in txLock()
1661
struct xtlock *
xtlck
;
xtLog()
local
2550
struct tlock *
xtlck
, *tlck;
txFreelock()
local
[all...]
Completed in 7 milliseconds