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:first_meta_bg
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
fsmap.c
321
unsigned long
first_meta_bg
= le32_to_cpu(sbi->s_es->s_first_meta_bg);
in ext4_getfsmap_find_sb()
local
344
if (!ext4_has_feature_meta_bg(sb) || metagroup <
first_meta_bg
) {
in ext4_getfsmap_find_sb()
H
A
D
balloc.c
894
unsigned long
first_meta_bg
=
in ext4_bg_num_gdb()
local
898
if (!ext4_has_feature_meta_bg(sb) || metagroup <
first_meta_bg
)
in ext4_bg_num_gdb()
H
A
D
super.c
3243
ext4_group_t bg,
first_meta_bg
;
in descriptor_loc()
local
3246
first_meta_bg
= le32_to_cpu(sbi->s_es->s_first_meta_bg);
in descriptor_loc()
3248
if (!ext4_has_feature_meta_bg(sb) || nr <
first_meta_bg
)
in descriptor_loc()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
fsmap.c
321
unsigned long
first_meta_bg
= le32_to_cpu(sbi->s_es->s_first_meta_bg);
in ext4_getfsmap_find_sb()
local
344
if (!ext4_has_feature_meta_bg(sb) || metagroup <
first_meta_bg
) {
in ext4_getfsmap_find_sb()
H
A
D
balloc.c
904
unsigned long
first_meta_bg
=
in ext4_bg_num_gdb()
local
908
if (!ext4_has_feature_meta_bg(sb) || metagroup <
first_meta_bg
)
in ext4_bg_num_gdb()
H
A
D
super.c
3535
ext4_group_t bg,
first_meta_bg
;
in descriptor_loc()
local
3538
first_meta_bg
= le32_to_cpu(sbi->s_es->s_first_meta_bg);
in descriptor_loc()
3540
if (!ext4_has_feature_meta_bg(sb) || nr <
first_meta_bg
)
in descriptor_loc()
/kernel/linux/linux-5.10/fs/ext2/
H
A
D
super.c
797
unsigned long bg,
first_meta_bg
;
in descriptor_loc()
local
799
first_meta_bg
= le32_to_cpu(sbi->s_es->s_first_meta_bg);
in descriptor_loc()
802
nr <
first_meta_bg
)
in descriptor_loc()
/kernel/linux/linux-6.6/fs/ext2/
H
A
D
super.c
792
unsigned long bg,
first_meta_bg
;
in descriptor_loc()
local
794
first_meta_bg
= le32_to_cpu(sbi->s_es->s_first_meta_bg);
in descriptor_loc()
797
nr <
first_meta_bg
)
in descriptor_loc()
Completed in 25 milliseconds