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:active_bg_list
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
block-group.h
247
struct list_head
active_bg_list
;
member
H
A
D
zoned.c
1564
list_add_tail(&cache->
active_bg_list
,
in btrfs_load_block_group_zone_info()
2028
list_add_tail(&block_group->
active_bg_list
, &fs_info->zone_active_bgs);
in btrfs_zone_activate()
2178
ASSERT(!list_empty(&block_group->
active_bg_list
));
in do_zone_finish()
2179
list_del_init(&block_group->
active_bg_list
);
in do_zone_finish()
2182
/* For
active_bg_list
*/
in do_zone_finish()
2400
active_bg_list
) {
in btrfs_zone_finish_one_bg()
2522
list_for_each_entry(block_group, &fs_info->zone_active_bgs,
active_bg_list
) {
in btrfs_check_active_zone_reservation()
H
A
D
block-group.c
2233
INIT_LIST_HEAD(&cache->
active_bg_list
);
in btrfs_create_block_group_cache()
4385
active_bg_list
);
in btrfs_free_block_groups()
4386
list_del_init(&block_group->
active_bg_list
);
in btrfs_free_block_groups()
H
A
D
extent-tree.c
4159
list_for_each_entry(block_group, &fs_info->zone_active_bgs,
active_bg_list
) {
in prepare_allocation_zoned()
Completed in 20 milliseconds