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:dead_roots
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
transaction.c
1377
if (!list_empty(&fs_info->
dead_roots
)) {
in btrfs_maybe_wake_unfinished_drop()
1378
struct btrfs_root *root = list_first_entry(&fs_info->
dead_roots
,
in btrfs_maybe_wake_unfinished_drop()
1406
list_add(&root->root_list, &fs_info->
dead_roots
);
in btrfs_add_dead_root()
1408
list_add_tail(&root->root_list, &fs_info->
dead_roots
);
in btrfs_add_dead_root()
2603
* 0 if there are no more
dead_roots
at the time of call
2617
if (list_empty(&fs_info->
dead_roots
)) {
in btrfs_clean_one_deleted_snapshot()
2621
root = list_first_entry(&fs_info->
dead_roots
,
in btrfs_clean_one_deleted_snapshot()
H
A
D
fs.h
500
struct list_head
dead_roots
;
member
H
A
D
disk-io.c
1845
while (!list_empty(&fs_info->
dead_roots
)) {
in btrfs_free_fs_roots()
1846
gang[0] = list_entry(fs_info->
dead_roots
.next,
in btrfs_free_fs_roots()
2667
INIT_LIST_HEAD(&fs_info->
dead_roots
);
in btrfs_init_fs_info()
2895
/* Avoid to grab roots in
dead_roots
. */
in btrfs_cleanup_fs_roots()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
transaction.c
1316
list_add_tail(&root->root_list, &fs_info->
dead_roots
);
in btrfs_add_dead_root()
2470
* 0 if there are no more
dead_roots
at the time of call
2484
if (list_empty(&fs_info->
dead_roots
)) {
in btrfs_clean_one_deleted_snapshot()
2488
root = list_first_entry(&fs_info->
dead_roots
,
in btrfs_clean_one_deleted_snapshot()
H
A
D
disk-io.c
2082
while (!list_empty(&fs_info->
dead_roots
)) {
in btrfs_free_fs_roots()
2083
gang[0] = list_entry(fs_info->
dead_roots
.next,
in btrfs_free_fs_roots()
2743
INIT_LIST_HEAD(&fs_info->
dead_roots
);
in btrfs_init_fs_info()
4049
/* Avoid to grab roots in
dead_roots
*/
in btrfs_cleanup_fs_roots()
H
A
D
ctree.h
720
struct list_head
dead_roots
;
member
Completed in 23 milliseconds