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:XTENTRYSTART
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/fs/jfs/
H
A
D
jfs_xtree.c
58
if ((le16_to_cpu((P)->header.nextindex) <
XTENTRYSTART
) || \
352
lim = le16_to_cpu(p->header.nextindex) -
XTENTRYSTART
;
in xtSearch()
357
for (base =
XTENTRYSTART
; lim; lim >>= 1) {
in xtSearch()
560
if (index >
XTENTRYSTART
) {
in xtInsert()
834
split->off = offsetXAD(&rcp->xad[
XTENTRYSTART
]);
in xtSplitUp()
882
offsetXAD(&rcp->xad[
XTENTRYSTART
]),
in xtSplitUp()
991
rp->header.nextindex = cpu_to_le16(
XTENTRYSTART
);
in xtSplitPage()
1001
rxtlck->lwm.offset =
XTENTRYSTART
;
in xtSplitPage()
1039
xad = &rp->xad[
XTENTRYSTART
];
in xtSplitPage()
1043
rp->header.nextindex = cpu_to_le16(
XTENTRYSTART
in xtSplitPage()
[all...]
H
A
D
jfs_xtree.h
66
#define
XTENTRYSTART
2
macro
H
A
D
jfs_txnmgr.c
781
xtlck->lwm.offset =
XTENTRYSTART
;
in txLock()
1810
* XAD[
XTENTRYSTART
:hwm) from the deleted page itself
in xtLog()
1818
cpu_to_le16(hwm -
XTENTRYSTART
+ 1);
in xtLog()
1820
xtlck->header.offset =
XTENTRYSTART
;
in xtLog()
1821
xtlck->header.length = hwm -
XTENTRYSTART
+ 1;
in xtLog()
1826
* to free extents of XAD[
XTENTRYSTART
:hwm) from the
in xtLog()
1830
xadlock->count = hwm -
XTENTRYSTART
+ 1;
in xtLog()
1845
addressXAD(&p->xad[
XTENTRYSTART
+ i]));
in xtLog()
1847
lengthXAD(&p->xad[
XTENTRYSTART
+ i]));
in xtLog()
1856
xadlock->xdlist = &p->xad[
XTENTRYSTART
];
in xtLog()
[all...]
H
A
D
jfs_imap.c
695
xad = &xp->xad[
XTENTRYSTART
];
in diWrite()
696
for (n =
XTENTRYSTART
;
in diWrite()
731
xad = &xp->xad[
XTENTRYSTART
];
in diWrite()
732
for (n =
XTENTRYSTART
;
in diWrite()
/kernel/linux/linux-5.10/fs/jfs/
H
A
D
jfs_xtree.c
58
if ((le16_to_cpu((P)->header.nextindex) <
XTENTRYSTART
) || \
363
lim = le16_to_cpu(p->header.nextindex) -
XTENTRYSTART
;
in xtSearch()
368
for (base =
XTENTRYSTART
; lim; lim >>= 1) {
in xtSearch()
571
if (index >
XTENTRYSTART
) {
in xtInsert()
845
split->off = offsetXAD(&rcp->xad[
XTENTRYSTART
]);
in xtSplitUp()
893
offsetXAD(&rcp->xad[
XTENTRYSTART
]),
in xtSplitUp()
1002
rp->header.nextindex = cpu_to_le16(
XTENTRYSTART
);
in xtSplitPage()
1012
rxtlck->lwm.offset =
XTENTRYSTART
;
in xtSplitPage()
1050
xad = &rp->xad[
XTENTRYSTART
];
in xtSplitPage()
1054
rp->header.nextindex = cpu_to_le16(
XTENTRYSTART
in xtSplitPage()
[all...]
H
A
D
jfs_xtree.h
66
#define
XTENTRYSTART
2
macro
H
A
D
jfs_txnmgr.c
781
xtlck->lwm.offset =
XTENTRYSTART
;
in txLock()
1847
* XAD[
XTENTRYSTART
:hwm) from the deleted page itself
in xtLog()
1855
cpu_to_le16(hwm -
XTENTRYSTART
+ 1);
in xtLog()
1857
xtlck->header.offset =
XTENTRYSTART
;
in xtLog()
1858
xtlck->header.length = hwm -
XTENTRYSTART
+ 1;
in xtLog()
1863
* to free extents of XAD[
XTENTRYSTART
:hwm) from the
in xtLog()
1867
xadlock->count = hwm -
XTENTRYSTART
+ 1;
in xtLog()
1882
addressXAD(&p->xad[
XTENTRYSTART
+ i]));
in xtLog()
1884
lengthXAD(&p->xad[
XTENTRYSTART
+ i]));
in xtLog()
1893
xadlock->xdlist = &p->xad[
XTENTRYSTART
];
in xtLog()
[all...]
H
A
D
jfs_imap.c
697
xad = &xp->xad[
XTENTRYSTART
];
in diWrite()
698
for (n =
XTENTRYSTART
;
in diWrite()
733
xad = &xp->xad[
XTENTRYSTART
];
in diWrite()
734
for (n =
XTENTRYSTART
;
in diWrite()
Completed in 16 milliseconds