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:tree_mod_log
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
tree-mod-log.c
113
tm_root = &fs_info->
tree_mod_log
;
in btrfs_put_tree_mod_seq()
145
tm_root = &fs_info->
tree_mod_log
;
in tree_mod_log_insert()
358
rb_erase(&tm_list[i]->node, &eb->fs_info->
tree_mod_log
);
in btrfs_tree_mod_log_insert_move()
382
&fs_info->
tree_mod_log
);
in tree_mod_log_free_eb()
484
tm_root = &fs_info->
tree_mod_log
;
in __tree_mod_log_search()
651
rb_erase(&dst_move_tm->node, &fs_info->
tree_mod_log
);
in btrfs_tree_mod_log_eb_copy()
654
rb_erase(&src_move_tm->node, &fs_info->
tree_mod_log
);
in btrfs_tree_mod_log_eb_copy()
659
rb_erase(&tm_list[i]->node, &fs_info->
tree_mod_log
);
in btrfs_tree_mod_log_eb_copy()
H
A
D
fs.h
510
/* This protects
tree_mod_log
and tree_mod_seq_list */
512
struct rb_root
tree_mod_log
;
member
H
A
D
transaction.c
366
if (!RB_EMPTY_ROOT(&fs_info->
tree_mod_log
))
in join_transaction()
367
WARN(1, KERN_ERR "BTRFS:
tree_mod_log
rb tree not empty when creating a fresh transaction\n");
in join_transaction()
H
A
D
disk-io.c
2736
fs_info->
tree_mod_log
= RB_ROOT;
in btrfs_init_fs_info()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
ctree.c
343
tm_root = &fs_info->
tree_mod_log
;
in btrfs_put_tree_mod_seq()
375
tm_root = &fs_info->
tree_mod_log
;
in __tree_mod_log_insert()
544
rb_erase(&tm_list[i]->node, &eb->fs_info->
tree_mod_log
);
in tree_mod_log_insert_move()
568
&fs_info->
tree_mod_log
);
in __tree_mod_log_free_eb()
655
tm_root = &fs_info->
tree_mod_log
;
in __tree_mod_log_search()
771
rb_erase(&tm_list[i]->node, &fs_info->
tree_mod_log
);
in tree_mod_log_eb_copy()
3563
* other
tree_mod_log
users.
in split_node()
H
A
D
transaction.c
364
if (!RB_EMPTY_ROOT(&fs_info->
tree_mod_log
))
in join_transaction()
365
WARN(1, KERN_ERR "BTRFS:
tree_mod_log
rb tree not empty when creating a fresh transaction\n");
in join_transaction()
H
A
D
ctree.h
730
/* this protects
tree_mod_log
and tree_mod_seq_list */
732
struct rb_root
tree_mod_log
;
member
H
A
D
disk-io.c
2791
fs_info->
tree_mod_log
= RB_ROOT;
in btrfs_init_fs_info()
Completed in 30 milliseconds