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:tmp_ctl
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
free-space-cache.c
942
struct btrfs_free_space_ctl
tmp_ctl
= {};
in load_free_space_cache()
local
954
btrfs_init_free_space_ctl(block_group, &
tmp_ctl
);
in load_free_space_cache()
1015
ret = __load_free_space_cache(fs_info->tree_root, inode, &
tmp_ctl
,
in load_free_space_cache()
1021
matched = (
tmp_ctl
.free_space == (block_group->length - used -
in load_free_space_cache()
1025
spin_lock(&
tmp_ctl
.tree_lock);
in load_free_space_cache()
1026
ret = copy_free_space_cache(block_group, &
tmp_ctl
);
in load_free_space_cache()
1027
spin_unlock(&
tmp_ctl
.tree_lock);
in load_free_space_cache()
1039
spin_lock(&
tmp_ctl
.tree_lock);
in load_free_space_cache()
1040
__btrfs_remove_free_space_cache(&
tmp_ctl
);
in load_free_space_cache()
1041
spin_unlock(&
tmp_ctl
in load_free_space_cache()
[all...]
Completed in 4 milliseconds