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:L2BPERDMAP
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/
H
A
D
jfs_dmap.h
19
#define
L2BPERDMAP
13 /* l2 num of blks per dmap */
macro
34
#define L2MAXL0SIZE (
L2BPERDMAP
+ 1 * L2LPERCTL)
35
#define L2MAXL1SIZE (
L2BPERDMAP
+ 2 * L2LPERCTL)
36
#define L2MAXL2SIZE (
L2BPERDMAP
+ 3 * L2LPERCTL)
H
A
D
resize.c
162
t64 = ((newLVSize - newLogSize + BPERDMAP - 1) >>
L2BPERDMAP
)
in jfs_extendfs()
163
<<
L2BPERDMAP
;
in jfs_extendfs()
H
A
D
jfs_dmap.c
1880
if (l2nb <=
L2BPERDMAP
) {
in dbAllocCtl()
1920
if (dp->tree.stree[ROOT] !=
L2BPERDMAP
) {
in dbAllocCtl()
2029
assert(l2nb <=
L2BPERDMAP
);
in dbAllocDmapLev()
3565
L2BPERDMAP
;
in dbExtendFS()
3757
bmp->db_agl2size - (
L2BPERDMAP
+ bmp->db_aglevel * L2LPERCTL);
in dbFinalizeBmap()
4017
dcp->budmin =
L2BPERDMAP
+ L2LPERCTL * level;
in dbInitDmapCtl()
4050
return (
L2BPERDMAP
);
in dbGetL2AGSize()
4127
nblocks = ndmaps <<
L2BPERDMAP
;
in dbMapFileSizeToMapSize()
/kernel/linux/linux-6.6/fs/jfs/
H
A
D
jfs_dmap.h
19
#define
L2BPERDMAP
13 /* l2 num of blks per dmap */
macro
34
#define L2MAXL0SIZE (
L2BPERDMAP
+ 1 * L2LPERCTL)
35
#define L2MAXL1SIZE (
L2BPERDMAP
+ 2 * L2LPERCTL)
36
#define L2MAXL2SIZE (
L2BPERDMAP
+ 3 * L2LPERCTL)
H
A
D
resize.c
161
t64 = ((newLVSize - newLogSize + BPERDMAP - 1) >>
L2BPERDMAP
)
in jfs_extendfs()
162
<<
L2BPERDMAP
;
in jfs_extendfs()
H
A
D
jfs_dmap.c
1812
if (l2nb <=
L2BPERDMAP
) {
in dbAllocCtl()
1852
if (dp->tree.stree[ROOT] !=
L2BPERDMAP
) {
in dbAllocCtl()
1961
assert(l2nb <=
L2BPERDMAP
);
in dbAllocDmapLev()
3501
L2BPERDMAP
;
in dbExtendFS()
3693
bmp->db_agl2size - (
L2BPERDMAP
+ bmp->db_aglevel * L2LPERCTL);
in dbFinalizeBmap()
3953
dcp->budmin =
L2BPERDMAP
+ L2LPERCTL * level;
in dbInitDmapCtl()
3986
return (
L2BPERDMAP
);
in dbGetL2AGSize()
4063
nblocks = ndmaps <<
L2BPERDMAP
;
in dbMapFileSizeToMapSize()
Completed in 11 milliseconds