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:meta_blocks
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext2/
H
A
D
super.c
738
int
meta_blocks
;
in ext2_max_size()
local
759
meta_blocks
= 1;
in ext2_max_size()
760
meta_blocks
+= 1 + ppb;
in ext2_max_size()
761
meta_blocks
+= 1 + ppb + ppb * ppb;
in ext2_max_size()
763
if (res +
meta_blocks
<= upper_limit)
in ext2_max_size()
770
meta_blocks
= 1;
in ext2_max_size()
774
meta_blocks
+= 1 + DIV_ROUND_UP(upper_limit, ppb);
in ext2_max_size()
775
res -=
meta_blocks
;
in ext2_max_size()
778
meta_blocks
+= 1 + ppb;
in ext2_max_size()
781
meta_blocks
in ext2_max_size()
[all...]
/kernel/linux/linux-6.6/fs/ext2/
H
A
D
super.c
733
int
meta_blocks
;
in ext2_max_size()
local
754
meta_blocks
= 1;
in ext2_max_size()
755
meta_blocks
+= 1 + ppb;
in ext2_max_size()
756
meta_blocks
+= 1 + ppb + ppb * ppb;
in ext2_max_size()
758
if (res +
meta_blocks
<= upper_limit)
in ext2_max_size()
765
meta_blocks
= 1;
in ext2_max_size()
769
meta_blocks
+= 1 + DIV_ROUND_UP(upper_limit, ppb);
in ext2_max_size()
770
res -=
meta_blocks
;
in ext2_max_size()
773
meta_blocks
+= 1 + ppb;
in ext2_max_size()
776
meta_blocks
in ext2_max_size()
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
super.c
3460
int
meta_blocks
;
in ext4_max_bitmap_size()
local
3498
meta_blocks
= 1;
in ext4_max_bitmap_size()
3499
meta_blocks
+= 1 + ppb;
in ext4_max_bitmap_size()
3500
meta_blocks
+= 1 + ppb + ppb * ppb;
in ext4_max_bitmap_size()
3502
if (res +
meta_blocks
<= upper_limit)
in ext4_max_bitmap_size()
3509
meta_blocks
= 1;
in ext4_max_bitmap_size()
3513
meta_blocks
+= 1 + DIV_ROUND_UP_ULL(upper_limit, ppb);
in ext4_max_bitmap_size()
3514
res -=
meta_blocks
;
in ext4_max_bitmap_size()
3517
meta_blocks
+= 1 + ppb;
in ext4_max_bitmap_size()
3520
meta_blocks
in ext4_max_bitmap_size()
[all...]
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
super.c
3184
int
meta_blocks
;
in ext4_max_bitmap_size()
local
3217
meta_blocks
= 1;
in ext4_max_bitmap_size()
3219
meta_blocks
+= 1 + (1LL << (bits-2));
in ext4_max_bitmap_size()
3221
meta_blocks
+= 1 + (1LL << (bits-2)) + (1LL << (2*(bits-2)));
in ext4_max_bitmap_size()
3223
upper_limit -=
meta_blocks
;
in ext4_max_bitmap_size()
Completed in 17 milliseconds