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:has_super
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
resize.c
1174
int
has_super
= ext4_bg_has_super(sb, group);
in update_backups()
local
1185
backup_block = first_block +
has_super
;
in update_backups()
1205
if (
has_super
&& (backup_block == first_block))
in update_backups()
H
A
D
super.c
3536
int
has_super
= 0;
in descriptor_loc()
local
3544
has_super
= 1;
in descriptor_loc()
3554
has_super
++;
in descriptor_loc()
3556
return (
has_super
+ ext4_group_first_block_no(sb, bg));
in descriptor_loc()
4141
int
has_super
= ext4_bg_has_super(sb, grp);
in count_overhead()
local
4144
return (
has_super
+ ext4_bg_num_gdb(sb, grp) +
in count_overhead()
4145
(
has_super
? le16_to_cpu(sbi->s_es->s_reserved_gdt_blocks) : 0) +
in count_overhead()
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
super.c
3244
int
has_super
= 0;
in descriptor_loc()
local
3252
has_super
= 1;
in descriptor_loc()
3262
has_super
++;
in descriptor_loc()
3264
return (
has_super
+ ext4_group_first_block_no(sb, bg));
in descriptor_loc()
3854
int
has_super
= ext4_bg_has_super(sb, grp);
in count_overhead()
local
3857
return (
has_super
+ ext4_bg_num_gdb(sb, grp) +
in count_overhead()
3858
(
has_super
? le16_to_cpu(sbi->s_es->s_reserved_gdt_blocks) : 0) +
in count_overhead()
Completed in 18 milliseconds