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:flex_groups
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
super.c
1169
struct
flex_groups
**
flex_groups
;
in ext4_put_super()
local
1217
flex_groups
= rcu_dereference(sbi->s_flex_groups);
in ext4_put_super()
1218
if (
flex_groups
) {
in ext4_put_super()
1220
kvfree(
flex_groups
[i]);
in ext4_put_super()
1221
kvfree(
flex_groups
);
in ext4_put_super()
2708
struct
flex_groups
**old_groups, **new_groups;
in ext4_alloc_flex_bg_array()
2727
sizeof(struct
flex_groups
)),
in ext4_alloc_flex_bg_array()
2743
sizeof(struct
flex_groups
*)));
in ext4_alloc_flex_bg_array()
2756
struct
flex_groups
*f
in ext4_fill_flex_info()
4006
struct
flex_groups
**
flex_groups
;
ext4_fill_super()
local
[all...]
H
A
D
ialloc.c
336
struct
flex_groups
*fg;
in ext4_free_inode()
380
struct
flex_groups
*fg = sbi_array_rcu_deref(EXT4_SB(sb),
in get_orlov_stats()
H
A
D
ext4.h
361
struct
flex_groups
{
struct
1565
struct
flex_groups
* __rcu *s_flex_groups;
H
A
D
resize.c
1462
struct
flex_groups
*fg;
in ext4_update_super()
H
A
D
mballoc.c
3482
struct
flex_groups
*fg = sbi_array_rcu_deref(sbi,
in ext4_mb_mark_bb()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
super.c
1271
struct
flex_groups
**
flex_groups
;
in ext4_flex_groups_free()
local
1275
flex_groups
= rcu_dereference(sbi->s_flex_groups);
in ext4_flex_groups_free()
1276
if (
flex_groups
) {
in ext4_flex_groups_free()
1278
kvfree(
flex_groups
[i]);
in ext4_flex_groups_free()
1279
kvfree(
flex_groups
);
in ext4_flex_groups_free()
3147
struct
flex_groups
**old_groups, **new_groups;
in ext4_alloc_flex_bg_array()
3166
sizeof(struct
flex_groups
)),
in ext4_alloc_flex_bg_array()
3182
sizeof(struct
flex_groups
*)));
in ext4_alloc_flex_bg_array()
3195
struct
flex_groups
*f
in ext4_fill_flex_info()
[all...]
H
A
D
ialloc.c
338
struct
flex_groups
*fg;
in ext4_free_inode()
382
struct
flex_groups
*fg = sbi_array_rcu_deref(EXT4_SB(sb),
in get_orlov_stats()
H
A
D
ext4.h
428
struct
flex_groups
{
struct
1629
struct
flex_groups
* __rcu *s_flex_groups;
H
A
D
resize.c
1502
struct
flex_groups
*fg;
in ext4_update_super()
H
A
D
mballoc.c
4182
struct
flex_groups
*fg = sbi_array_rcu_deref(sbi,
in ext4_mb_mark_bb()
Completed in 51 milliseconds