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_group_info
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
mballoc.c
2721
struct ext4_group_info **
meta_group_info
;
in ext4_mb_add_groupinfo()
local
2730
metalen = sizeof(*
meta_group_info
) <<
in ext4_mb_add_groupinfo()
2732
meta_group_info
= kmalloc(metalen, GFP_NOFS);
in ext4_mb_add_groupinfo()
2733
if (
meta_group_info
== NULL) {
in ext4_mb_add_groupinfo()
2739
rcu_dereference(sbi->s_group_info)[idx] =
meta_group_info
;
in ext4_mb_add_groupinfo()
2743
meta_group_info
= sbi_array_rcu_deref(sbi, s_group_info, idx);
in ext4_mb_add_groupinfo()
2746
meta_group_info
[i] = kmem_cache_zalloc(cachep, GFP_NOFS);
in ext4_mb_add_groupinfo()
2747
if (
meta_group_info
[i] == NULL) {
in ext4_mb_add_groupinfo()
2752
&(
meta_group_info
[i]->bb_state));
in ext4_mb_add_groupinfo()
2760
meta_group_info
[
in ext4_mb_add_groupinfo()
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
mballoc.c
3316
struct ext4_group_info **
meta_group_info
;
in ext4_mb_add_groupinfo()
local
3325
metalen = sizeof(*
meta_group_info
) <<
in ext4_mb_add_groupinfo()
3327
meta_group_info
= kmalloc(metalen, GFP_NOFS);
in ext4_mb_add_groupinfo()
3328
if (
meta_group_info
== NULL) {
in ext4_mb_add_groupinfo()
3334
rcu_dereference(sbi->s_group_info)[idx] =
meta_group_info
;
in ext4_mb_add_groupinfo()
3338
meta_group_info
= sbi_array_rcu_deref(sbi, s_group_info, idx);
in ext4_mb_add_groupinfo()
3341
meta_group_info
[i] = kmem_cache_zalloc(cachep, GFP_NOFS);
in ext4_mb_add_groupinfo()
3342
if (
meta_group_info
[i] == NULL) {
in ext4_mb_add_groupinfo()
3347
&(
meta_group_info
[i]->bb_state));
in ext4_mb_add_groupinfo()
3355
meta_group_info
[
in ext4_mb_add_groupinfo()
[all...]
Completed in 11 milliseconds