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:deleted_bgs
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
transaction.h
84
struct list_head
deleted_bgs
;
member
H
A
D
transaction.c
132
* If any block groups are found in ->
deleted_bgs
then it's
in btrfs_put_transaction()
138
while (!list_empty(&transaction->
deleted_bgs
)) {
in btrfs_put_transaction()
141
cache = list_first_entry(&transaction->
deleted_bgs
,
in btrfs_put_transaction()
378
INIT_LIST_HEAD(&cur_trans->
deleted_bgs
);
in join_transaction()
H
A
D
extent-tree.c
2825
struct list_head *
deleted_bgs
;
in btrfs_finish_extent_commit()
local
2868
deleted_bgs
= &trans->transaction->
deleted_bgs
;
in btrfs_finish_extent_commit()
2869
list_for_each_entry_safe(block_group, tmp,
deleted_bgs
, bg_list) {
in btrfs_finish_extent_commit()
H
A
D
block-group.c
1510
* to add the block group to the
deleted_bgs
list.
in btrfs_delete_unused_bgs()
1513
&trans->transaction->
deleted_bgs
);
in btrfs_delete_unused_bgs()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
transaction.h
90
struct list_head
deleted_bgs
;
member
H
A
D
transaction.c
155
* If any block groups are found in ->
deleted_bgs
then it's
in btrfs_put_transaction()
161
while (!list_empty(&transaction->
deleted_bgs
)) {
in btrfs_put_transaction()
164
cache = list_first_entry(&transaction->
deleted_bgs
,
in btrfs_put_transaction()
380
INIT_LIST_HEAD(&cur_trans->
deleted_bgs
);
in join_transaction()
H
A
D
extent-tree.c
2787
struct list_head *
deleted_bgs
;
in btrfs_finish_extent_commit()
local
2826
deleted_bgs
= &trans->transaction->
deleted_bgs
;
in btrfs_finish_extent_commit()
2827
list_for_each_entry_safe(block_group, tmp,
deleted_bgs
, bg_list) {
in btrfs_finish_extent_commit()
H
A
D
block-group.c
1693
* to add the block group to the
deleted_bgs
list.
in btrfs_delete_unused_bgs()
1696
&trans->transaction->
deleted_bgs
);
in btrfs_delete_unused_bgs()
Completed in 47 milliseconds