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:L2LOGPSIZE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/
H
A
D
jfs_logmgr.c
497
lsn = (log->page <<
L2LOGPSIZE
) + dstoffset;
in lmWriteRecord()
1176
(
L2LOGPSIZE
- sb->s_blocksize_bits);
in open_inline_log()
1178
ASSERT(
L2LOGPSIZE
>= sb->s_blocksize_bits);
in open_inline_log()
1282
log->l2bsize =
L2LOGPSIZE
;
in lmLogInit()
1396
log->logsize = (log->size - 2) <<
L2LOGPSIZE
;
in lmLogInit()
1903
bp->l_blkno = log->base + (pn << (
L2LOGPSIZE
- log->l2bsize));
in lbmAllocate()
2033
log->base + (bp->l_pn << (
L2LOGPSIZE
- log->l2bsize));
in lbmWrite()
2103
log->base + (bp->l_pn << (
L2LOGPSIZE
- log->l2bsize));
in lbmDirectWrite()
2235
log->clsn = (bp->l_pn <<
L2LOGPSIZE
) + bp->l_ceor;
in lbmIODone()
H
A
D
jfs_logmgr.h
20
#define
L2LOGPSIZE
12
macro
H
A
D
resize.c
256
log->size = newLogSize >> (
L2LOGPSIZE
- sb->s_blocksize_bits);
in jfs_extendfs()
/kernel/linux/linux-6.6/fs/jfs/
H
A
D
jfs_logmgr.c
489
lsn = (log->page <<
L2LOGPSIZE
) + dstoffset;
in lmWriteRecord()
1168
(
L2LOGPSIZE
- sb->s_blocksize_bits);
in open_inline_log()
1170
ASSERT(
L2LOGPSIZE
>= sb->s_blocksize_bits);
in open_inline_log()
1274
log->l2bsize =
L2LOGPSIZE
;
in lmLogInit()
1388
log->logsize = (log->size - 2) <<
L2LOGPSIZE
;
in lmLogInit()
1895
bp->l_blkno = log->base + (pn << (
L2LOGPSIZE
- log->l2bsize));
in lbmAllocate()
2021
log->base + (bp->l_pn << (
L2LOGPSIZE
- log->l2bsize));
in lbmWrite()
2091
log->base + (bp->l_pn << (
L2LOGPSIZE
- log->l2bsize));
in lbmDirectWrite()
2220
log->clsn = (bp->l_pn <<
L2LOGPSIZE
) + bp->l_ceor;
in lbmIODone()
H
A
D
jfs_logmgr.h
20
#define
L2LOGPSIZE
12
macro
H
A
D
resize.c
255
log->size = newLogSize >> (
L2LOGPSIZE
- sb->s_blocksize_bits);
in jfs_extendfs()
Completed in 9 milliseconds