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:owning_root
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
delayed-ref.h
192
u64
owning_root
;
member
219
u64
owning_root
;
member
297
generic_ref->tree_ref.
owning_root
= root;
in btrfs_init_tree_ref()
315
generic_ref->data_ref.
owning_root
= ref_root;
in btrfs_init_data_ref()
H
A
D
delayed-ref.c
912
is_system = (generic_ref->tree_ref.
owning_root
== BTRFS_CHUNK_TREE_OBJECTID);
in btrfs_add_delayed_tree_ref()
941
generic_ref->tree_ref.
owning_root
, action,
in btrfs_add_delayed_tree_ref()
943
ref->root = generic_ref->tree_ref.
owning_root
;
in btrfs_add_delayed_tree_ref()
948
generic_ref->tree_ref.
owning_root
, 0, action,
in btrfs_add_delayed_tree_ref()
1001
u64 ref_root = generic_ref->data_ref.
owning_root
;
in btrfs_add_delayed_data_ref()
H
A
D
ref-verify.c
684
ref_root = generic_ref->tree_ref.
owning_root
;
in btrfs_ref_tree_mod()
687
ref_root = generic_ref->data_ref.
owning_root
;
in btrfs_ref_tree_mod()
H
A
D
extent-tree.c
1430
generic_ref->tree_ref.
owning_root
== BTRFS_TREE_LOG_OBJECTID);
in btrfs_inc_extent_ref()
3378
ref->tree_ref.
owning_root
== BTRFS_TREE_LOG_OBJECTID) ||
in btrfs_free_extent()
3380
ref->data_ref.
owning_root
== BTRFS_TREE_LOG_OBJECTID)) {
in btrfs_free_extent()
3391
ref->tree_ref.
owning_root
== BTRFS_TREE_LOG_OBJECTID) ||
in btrfs_free_extent()
3393
ref->data_ref.
owning_root
== BTRFS_TREE_LOG_OBJECTID)))
in btrfs_free_extent()
Completed in 11 milliseconds