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:s_overhead
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
resize.c
1409
sbi->
s_overhead
+= overhead;
in ext4_add_overhead()
1410
es->s_overhead_clusters = cpu_to_le32(sbi->
s_overhead
);
in ext4_add_overhead()
1519
if (ext4_has_feature_bigalloc(sb) && (sbi->
s_overhead
!= 0))
in ext4_update_super()
1524
es->s_overhead_clusters = cpu_to_le32(sbi->
s_overhead
);
in ext4_update_super()
H
A
D
ioctl.c
1710
(sbi->
s_overhead
== 0 ||
in ext4_update_overhead()
1711
sbi->
s_overhead
== le32_to_cpu(sbi->s_es->s_overhead_clusters)))
in ext4_update_overhead()
1713
return ext4_update_superblocks_fn(sb, set_overhead, &sbi->
s_overhead
);
in ext4_update_overhead()
H
A
D
super.c
4194
* Compute the overhead and stash it in sbi->
s_overhead
4250
sbi->
s_overhead
= overhead;
in ext4_calculate_overhead()
5440
sbi->
s_overhead
= le32_to_cpu(es->s_overhead_clusters);
in __ext4_fill_super()
5442
if (sbi->
s_overhead
> ext4_blocks_count(es))
in __ext4_fill_super()
5443
sbi->
s_overhead
= 0;
in __ext4_fill_super()
5450
sbi->
s_overhead
= 0;
in __ext4_fill_super()
5451
if (sbi->
s_overhead
== 0) {
in __ext4_fill_super()
6818
overhead = sbi->
s_overhead
;
in ext4_statfs()
H
A
D
ext4.h
1491
unsigned long
s_overhead
; /* # of fs overhead clusters */
member
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
super.c
3907
* Compute the overhead and stash it in sbi->
s_overhead
3963
sbi->
s_overhead
= overhead;
in ext4_calculate_overhead()
4916
sbi->
s_overhead
= le32_to_cpu(es->s_overhead_clusters);
in ext4_fill_super()
4918
if (sbi->
s_overhead
> ext4_blocks_count(es))
in ext4_fill_super()
4919
sbi->
s_overhead
= 0;
in ext4_fill_super()
4926
sbi->
s_overhead
= 0;
in ext4_fill_super()
4927
if (sbi->
s_overhead
== 0) {
in ext4_fill_super()
6203
overhead = sbi->
s_overhead
;
in ext4_statfs()
H
A
D
resize.c
1476
es->s_overhead_clusters = cpu_to_le32(sbi->
s_overhead
);
in ext4_update_super()
H
A
D
ext4.h
1443
unsigned long
s_overhead
; /* # of fs overhead clusters */
member
Completed in 37 milliseconds