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:l2linesize
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/
H
A
D
jfs_txnmgr.h
165
u8
l2linesize
; /* 1: log2 of linesize */
member
181
u8
l2linesize
; /* 1: log2 of linesize */
member
H
A
D
jfs_txnmgr.c
770
linelock->
l2linesize
= L2DTSLOTSIZE;
in txLock()
774
linelock->
l2linesize
= L2XTSLOTSIZE;
in txLock()
798
linelock->
l2linesize
= L2INODESLOTSIZE;
in txLock()
802
linelock->
l2linesize
= L2DATASLOTSIZE;
in txLock()
1442
lrd->log.redopage.
l2linesize
= cpu_to_le16(L2INODESLOTSIZE);
in diLog()
1553
lrd->log.redopage.
l2linesize
= cpu_to_le16(L2DATASLOTSIZE);
in dataLog()
1600
lrd->log.redopage.
l2linesize
= cpu_to_le16(L2DTSLOTSIZE);
in dtLog()
1710
lrd->log.redopage.
l2linesize
= cpu_to_le16(L2XTSLOTSIZE);
in xtLog()
H
A
D
jfs_logmgr.h
221
__le16
l2linesize
; /* 2: log2 of line size */
member
H
A
D
jfs_logmgr.c
362
int
l2linesize
;
in lmWriteRecord()
local
403
l2linesize
= linelock->
l2linesize
;
in lmWriteRecord()
426
src = (u8 *) p + (lv->offset <<
l2linesize
);
in lmWriteRecord()
427
srclen = lv->length <<
l2linesize
;
in lmWriteRecord()
/kernel/linux/linux-6.6/fs/jfs/
H
A
D
jfs_txnmgr.h
165
u8
l2linesize
; /* 1: log2 of linesize */
member
181
u8
l2linesize
; /* 1: log2 of linesize */
member
H
A
D
jfs_txnmgr.c
770
linelock->
l2linesize
= L2DTSLOTSIZE;
in txLock()
774
linelock->
l2linesize
= L2XTSLOTSIZE;
in txLock()
798
linelock->
l2linesize
= L2INODESLOTSIZE;
in txLock()
802
linelock->
l2linesize
= L2DATASLOTSIZE;
in txLock()
1439
lrd->log.redopage.
l2linesize
= cpu_to_le16(L2INODESLOTSIZE);
in diLog()
1516
lrd->log.redopage.
l2linesize
= cpu_to_le16(L2DATASLOTSIZE);
in dataLog()
1563
lrd->log.redopage.
l2linesize
= cpu_to_le16(L2DTSLOTSIZE);
in dtLog()
1673
lrd->log.redopage.
l2linesize
= cpu_to_le16(L2XTSLOTSIZE);
in xtLog()
H
A
D
jfs_logmgr.h
221
__le16
l2linesize
; /* 2: log2 of line size */
member
H
A
D
jfs_logmgr.c
362
int
l2linesize
;
in lmWriteRecord()
local
395
l2linesize
= linelock->
l2linesize
;
in lmWriteRecord()
418
src = (u8 *) p + (lv->offset <<
l2linesize
);
in lmWriteRecord()
419
srclen = lv->length <<
l2linesize
;
in lmWriteRecord()
Completed in 15 milliseconds