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:p_tree_depth
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
alloc.h
279
int
p_tree_depth
;
member
287
#define path_leaf_bh(_path) ((_path)->p_node[(_path)->
p_tree_depth
].bh)
288
#define path_leaf_el(_path) ((_path)->p_node[(_path)->
p_tree_depth
].el)
289
#define path_num_items(_path) ((_path)->
p_tree_depth
+ 1)
H
A
D
alloc.c
601
path->
p_tree_depth
= depth;
in ocfs2_reinit_path()
692
path->
p_tree_depth
= le16_to_cpu(root_el->l_tree_depth);
in ocfs2_new_path()
1766
mlog_bug_on_msg(i > left->
p_tree_depth
,
in ocfs2_find_subtree_root()
1770
left->
p_tree_depth
, right->
p_tree_depth
,
in ocfs2_find_subtree_root()
2061
for(i = left_path->
p_tree_depth
- 1; i > subtree_index; i--) {
in ocfs2_complete_edge_insert()
2217
BUG_ON(path->
p_tree_depth
== 0);
in ocfs2_find_cpos_for_left_leaf()
2224
i = path->
p_tree_depth
- 1;
in ocfs2_find_cpos_for_left_leaf()
2288
int credits = (path->
p_tree_depth
- subtree_depth) * 2 + 1 + op_credits;
in ocfs2_extend_rotate_transaction()
2468
right_path->
p_tree_depth
);
in ocfs2_rotate_tree_right()
[all...]
H
A
D
file.c
1860
if (path->
p_tree_depth
== 0)
in ocfs2_remove_inode_range()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
alloc.h
277
int
p_tree_depth
;
member
285
#define path_leaf_bh(_path) ((_path)->p_node[(_path)->
p_tree_depth
].bh)
286
#define path_leaf_el(_path) ((_path)->p_node[(_path)->
p_tree_depth
].el)
287
#define path_num_items(_path) ((_path)->
p_tree_depth
+ 1)
H
A
D
alloc.c
599
path->
p_tree_depth
= depth;
in ocfs2_reinit_path()
690
path->
p_tree_depth
= le16_to_cpu(root_el->l_tree_depth);
in ocfs2_new_path()
1764
mlog_bug_on_msg(i > left->
p_tree_depth
,
in ocfs2_find_subtree_root()
1768
left->
p_tree_depth
, right->
p_tree_depth
,
in ocfs2_find_subtree_root()
2059
for(i = left_path->
p_tree_depth
- 1; i > subtree_index; i--) {
in ocfs2_complete_edge_insert()
2215
BUG_ON(path->
p_tree_depth
== 0);
in ocfs2_find_cpos_for_left_leaf()
2222
i = path->
p_tree_depth
- 1;
in ocfs2_find_cpos_for_left_leaf()
2286
int credits = (path->
p_tree_depth
- subtree_depth) * 2 + 1 + op_credits;
in ocfs2_extend_rotate_transaction()
2466
right_path->
p_tree_depth
);
in ocfs2_rotate_tree_right()
[all...]
H
A
D
file.c
1854
if (path->
p_tree_depth
== 0)
in ocfs2_remove_inode_range()
Completed in 19 milliseconds