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:io_bgs
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
transaction.h
58
* There is no explicit lock which protects
io_bgs
, rather its
72
struct list_head
io_bgs
;
member
H
A
D
transaction.c
374
INIT_LIST_HEAD(&cur_trans->
io_bgs
);
in join_transaction()
1227
struct list_head *
io_bgs
= &trans->transaction->
io_bgs
;
in commit_cowonly_roots()
local
1282
while (!list_empty(dirty_bgs) || !list_empty(
io_bgs
)) {
in commit_cowonly_roots()
2371
ASSERT(list_empty(&cur_trans->
io_bgs
));
in btrfs_commit_transaction()
H
A
D
block-group.c
2589
struct list_head *io = &cur_trans->
io_bgs
;
in btrfs_start_dirty_block_groups()
2660
* btrfs_transaction::
io_bgs
for more details
in btrfs_start_dirty_block_groups()
2754
struct list_head *io = &cur_trans->
io_bgs
;
in btrfs_write_dirty_block_groups()
2855
* Refer to the definition of
io_bgs
member for details why it's safe
in btrfs_write_dirty_block_groups()
H
A
D
disk-io.c
4701
* Refer to the definition of
io_bgs
member for details why it's safe
in btrfs_cleanup_dirty_bgs()
4704
while (!list_empty(&cur_trans->
io_bgs
)) {
in btrfs_cleanup_dirty_bgs()
4705
cache = list_first_entry(&cur_trans->
io_bgs
,
in btrfs_cleanup_dirty_bgs()
4724
ASSERT(list_empty(&cur_trans->
io_bgs
));
in btrfs_cleanup_one_transaction()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
transaction.h
64
* There is no explicit lock which protects
io_bgs
, rather its
78
struct list_head
io_bgs
;
member
H
A
D
transaction.c
376
INIT_LIST_HEAD(&cur_trans->
io_bgs
);
in join_transaction()
1285
struct list_head *
io_bgs
= &trans->transaction->
io_bgs
;
in commit_cowonly_roots()
local
1339
while (!list_empty(dirty_bgs) || !list_empty(
io_bgs
)) {
in commit_cowonly_roots()
2468
ASSERT(list_empty(&cur_trans->
io_bgs
));
in btrfs_commit_transaction()
H
A
D
disk-io.c
4832
* Refer to the definition of
io_bgs
member for details why it's safe
in btrfs_cleanup_dirty_bgs()
4835
while (!list_empty(&cur_trans->
io_bgs
)) {
in btrfs_cleanup_dirty_bgs()
4836
cache = list_first_entry(&cur_trans->
io_bgs
,
in btrfs_cleanup_dirty_bgs()
4881
ASSERT(list_empty(&cur_trans->
io_bgs
));
in btrfs_cleanup_one_transaction()
H
A
D
block-group.c
3306
struct list_head *io = &cur_trans->
io_bgs
;
in btrfs_start_dirty_block_groups()
3377
* btrfs_transaction::
io_bgs
for more details
in btrfs_start_dirty_block_groups()
3471
struct list_head *io = &cur_trans->
io_bgs
;
in btrfs_write_dirty_block_groups()
3572
* Refer to the definition of
io_bgs
member for details why it's safe
in btrfs_write_dirty_block_groups()
Completed in 30 milliseconds