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:is_fstree
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
delayed-ref.h
299
if (skip_qgroup || !(
is_fstree
(root) &&
in btrfs_init_tree_ref()
300
(!mod_root ||
is_fstree
(mod_root))))
in btrfs_init_tree_ref()
319
if (skip_qgroup || !(
is_fstree
(ref_root) &&
in btrfs_init_data_ref()
320
(!mod_root ||
is_fstree
(mod_root))))
in btrfs_init_data_ref()
H
A
D
qgroup.c
1690
if (
is_fstree
(qgroupid) && qgroup_has_usage(qgroup)) {
in btrfs_remove_qgroup()
2690
return
is_fstree
(unode->val);
in maybe_fs_roots()
3163
if (!
is_fstree
(ref_root))
in qgroup_reserve()
3225
if (!
is_fstree
(ref_root))
in btrfs_qgroup_free_refroot()
3799
!
is_fstree
(root->root_key.objectid) || len == 0)
in qgroup_reserve_data()
4047
!
is_fstree
(root->root_key.objectid) || num_bytes == 0)
in btrfs_qgroup_reserve_meta()
4088
!
is_fstree
(root->root_key.objectid))
in btrfs_qgroup_free_meta_all_pertrans()
4104
!
is_fstree
(root->root_key.objectid))
in __btrfs_qgroup_free_meta()
4158
!
is_fstree
(root->root_key.objectid))
in btrfs_qgroup_convert_reserved_meta()
4377
if (!
is_fstree
(roo
in btrfs_qgroup_trace_subtree_after_cow()
[all...]
H
A
D
tree-checker.c
190
if (!
is_fstree
(btrfs_header_owner(leaf)))
in check_prev_ino()
456
!
is_fstree
(key->offset))) {
in check_root_key()
474
if (unlikely(!
is_fstree
(key->objectid) && !is_root_item)) {
in check_root_key()
1928
const bool is_subvol =
is_fstree
(root_owner);
in btrfs_check_eb_owner()
1970
if (unlikely(is_subvol !=
is_fstree
(eb_owner))) {
in btrfs_check_eb_owner()
H
A
D
ctree.h
697
static inline int
is_fstree
(u64 rootid)
in is_fstree()
function
H
A
D
delayed-ref.c
874
if (
is_fstree
(ref_root))
in init_delayed_ref_common()
H
A
D
disk-io.c
884
if (
is_fstree
(objectid))
in btrfs_create_tree()
1104
is_fstree
(root->root_key.objectid)) {
in btrfs_init_fs_root()
1113
if (
is_fstree
(root->root_key.objectid) &&
in btrfs_init_fs_root()
1309
if (!
is_fstree
(objectid) && objectid != BTRFS_DATA_RELOC_TREE_OBJECTID)
in btrfs_get_root_ref()
H
A
D
ioctl.c
2935
if (!
is_fstree
(new_root->root_key.objectid)) {
in btrfs_ioctl_default_subvol()
3813
if (sa->create &&
is_fstree
(sa->qgroupid)) {
in btrfs_ioctl_qgroup_create()
H
A
D
extent-tree.c
5508
if (
is_fstree
(root->root_key.objectid)) {
in walk_up_proc()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
delayed-ref.c
907
if (
is_fstree
(ref_root))
in init_delayed_ref_common()
962
is_fstree
(generic_ref->real_root) &&
in btrfs_add_delayed_tree_ref()
963
is_fstree
(generic_ref->tree_ref.root) &&
in btrfs_add_delayed_tree_ref()
1067
is_fstree
(ref_root) &&
in btrfs_add_delayed_data_ref()
1068
is_fstree
(generic_ref->real_root) &&
in btrfs_add_delayed_data_ref()
H
A
D
qgroup.c
1639
if (
is_fstree
(qgroupid) && qgroup_has_usage(qgroup)) {
in btrfs_remove_qgroup()
2624
return
is_fstree
(unode->val);
in maybe_fs_roots()
3081
if (!
is_fstree
(ref_root))
in qgroup_reserve()
3164
if (!
is_fstree
(ref_root))
in btrfs_qgroup_free_refroot()
3745
!
is_fstree
(root->root_key.objectid) || len == 0)
in qgroup_reserve_data()
3989
!
is_fstree
(root->root_key.objectid) || num_bytes == 0)
in btrfs_qgroup_reserve_meta()
4029
!
is_fstree
(root->root_key.objectid))
in btrfs_qgroup_free_meta_all_pertrans()
4045
!
is_fstree
(root->root_key.objectid))
in __btrfs_qgroup_free_meta()
4110
!
is_fstree
(root->root_key.objectid))
in btrfs_qgroup_convert_reserved_meta()
4329
if (!
is_fstree
(roo
in btrfs_qgroup_trace_subtree_after_cow()
[all...]
H
A
D
tree-checker.c
184
if (!
is_fstree
(btrfs_header_owner(leaf)))
in check_prev_ino()
451
if (!
is_fstree
(key->objectid) && !is_root_item) {
in check_root_key()
H
A
D
transaction.c
166
if (
is_fstree
(root->root_key.objectid))
in switch_commit_roots()
H
A
D
ioctl.c
3474
if (!
is_fstree
(new_root->root_key.objectid)) {
in btrfs_ioctl_default_subvol()
4328
if (sa->create &&
is_fstree
(sa->qgroupid)) {
in btrfs_ioctl_qgroup_create()
H
A
D
disk-io.c
1176
if (
is_fstree
(objectid))
in btrfs_create_tree()
1383
if (
is_fstree
(root->root_key.objectid) &&
in btrfs_init_fs_root()
H
A
D
ctree.h
3579
static inline int
is_fstree
(u64 rootid)
in is_fstree()
function
H
A
D
extent-tree.c
5231
if (
is_fstree
(root->root_key.objectid)) {
in walk_up_proc()
Completed in 59 milliseconds