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:tm_list_rem
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
tree-mod-log.c
548
struct tree_mod_elem **
tm_list_rem
= NULL;
in btrfs_tree_mod_log_eb_copy()
local
590
tm_list_rem
= tm_list + nr_items;
in btrfs_tree_mod_log_eb_copy()
592
tm_list_rem
[i] = alloc_tree_mod_elem(src, i + src_offset,
in btrfs_tree_mod_log_eb_copy()
594
if (!
tm_list_rem
[i]) {
in btrfs_tree_mod_log_eb_copy()
631
ret = tree_mod_log_insert(fs_info,
tm_list_rem
[i]);
in btrfs_tree_mod_log_eb_copy()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
ctree.c
717
struct tree_mod_elem **tm_list_add, **
tm_list_rem
;
in tree_mod_log_eb_copy()
local
733
tm_list_rem
= tm_list + nr_items;
in tree_mod_log_eb_copy()
735
tm_list_rem
[i] = alloc_tree_mod_elem(src, i + src_offset,
in tree_mod_log_eb_copy()
737
if (!
tm_list_rem
[i]) {
in tree_mod_log_eb_copy()
755
ret = __tree_mod_log_insert(fs_info,
tm_list_rem
[i]);
in tree_mod_log_eb_copy()
Completed in 8 milliseconds