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:backref_cache
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
relocation.c
125
struct btrfs_backref_cache
backref_cache
;
member
384
struct btrfs_backref_cache *cache = &rc->
backref_cache
;
in handle_useless_nodes()
461
struct btrfs_backref_cache *cache = &rc->
backref_cache
;
in build_backref_tree()
541
struct btrfs_backref_cache *cache = &rc->
backref_cache
;
in clone_backref_node()
2068
&rc->
backref_cache
.changed);
in select_reloc_root()
2085
rc->
backref_cache
.path[next->level] = next;
in select_reloc_root()
2242
rc->
backref_cache
.path[node->level] = node;
in do_relocation()
2372
list_move_tail(&node->list, &rc->
backref_cache
.changed);
in do_relocation()
2397
struct btrfs_backref_cache *cache = &rc->
backref_cache
;
in finish_pending_nodes()
2524
list_add_tail(&node->list, &rc->
backref_cache
in relocate_tree_block()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
relocation.c
137
struct btrfs_backref_cache
backref_cache
;
member
396
struct btrfs_backref_cache *cache = &rc->
backref_cache
;
in handle_useless_nodes()
474
struct btrfs_backref_cache *cache = &rc->
backref_cache
;
in build_backref_tree()
554
struct btrfs_backref_cache *cache = &rc->
backref_cache
;
in clone_backref_node()
2238
&rc->
backref_cache
.changed);
in select_reloc_root()
2261
rc->
backref_cache
.path[next->level] = next;
in select_reloc_root()
2425
rc->
backref_cache
.path[node->level] = node;
in do_relocation()
2546
list_move_tail(&node->list, &rc->
backref_cache
.changed);
in do_relocation()
2576
struct btrfs_backref_cache *cache = &rc->
backref_cache
;
in finish_pending_nodes()
2744
list_add_tail(&node->list, &rc->
backref_cache
in relocate_tree_block()
[all...]
H
A
D
send.c
303
struct btrfs_lru_cache
backref_cache
;
member
1409
if (btrfs_lru_cache_size(&sctx->
backref_cache
) == 0)
in lookup_backref_cache()
1424
btrfs_lru_cache_clear(&sctx->
backref_cache
);
in lookup_backref_cache()
1428
raw_entry = btrfs_lru_cache_lookup(&sctx->
backref_cache
, key, 0);
in lookup_backref_cache()
1493
ret = btrfs_lru_cache_store(&sctx->
backref_cache
, &new_entry->entry,
in store_backref_cache()
1507
if (btrfs_lru_cache_size(&sctx->
backref_cache
) == 1)
in store_backref_cache()
8137
btrfs_lru_cache_init(&sctx->
backref_cache
, SEND_MAX_BACKREF_CACHE_SIZE);
in btrfs_ioctl_send()
8414
btrfs_lru_cache_clear(&sctx->
backref_cache
);
in btrfs_ioctl_send()
Completed in 20 milliseconds