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:lxad
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/fs/jfs/
H
A
D
jfs_xtree.c
1508
xad_t *xad, *
lxad
, *rxad;
in xtUpdate()
local
1573
lxad
= &p->xad[index - 1];
in xtUpdate()
1574
lxlen = lengthXAD(
lxad
);
in xtUpdate()
1575
if (!(
lxad
->flag & XAD_NOTRECORDED) &&
in xtUpdate()
1576
(nxoff == offsetXAD(
lxad
) + lxlen) &&
in xtUpdate()
1577
(nxaddr == addressXAD(
lxad
) + lxlen) &&
in xtUpdate()
1581
XADlength(
lxad
, lxlen + nxlen);
in xtUpdate()
1588
if (!(
lxad
->flag & XAD_NEW))
in xtUpdate()
1589
lxad
->flag |= XAD_EXTENDED;
in xtUpdate()
1612
xoff = nxoff = offsetXAD(
lxad
);
in xtUpdate()
[all...]
/kernel/linux/linux-5.10/fs/jfs/
H
A
D
jfs_xtree.c
1702
xad_t *xad, *
lxad
, *rxad;
in xtUpdate()
local
1787
lxad
= &p->xad[index - 1];
in xtUpdate()
1788
lxlen = lengthXAD(
lxad
);
in xtUpdate()
1789
if (!(
lxad
->flag & XAD_NOTRECORDED) &&
in xtUpdate()
1790
(nxoff == offsetXAD(
lxad
) + lxlen) &&
in xtUpdate()
1791
(nxaddr == addressXAD(
lxad
) + lxlen) &&
in xtUpdate()
1795
XADlength(
lxad
, lxlen + nxlen);
in xtUpdate()
1802
if (!(
lxad
->flag & XAD_NEW))
in xtUpdate()
1803
lxad
->flag |= XAD_EXTENDED;
in xtUpdate()
1826
xoff = nxoff = offsetXAD(
lxad
);
in xtUpdate()
[all...]
Completed in 5 milliseconds