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:path_num_items
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
alloc.h
289
#define
path_num_items
(_path) ((_path)->p_tree_depth + 1)
macro
H
A
D
alloc.c
583
for(i = start; i <
path_num_items
(path); i++) {
in ocfs2_reinit_path()
750
for(i = 0; i <
path_num_items
(path); i++) {
in ocfs2_journal_access_path()
1113
status = ocfs2_extend_trans(handle,
path_num_items
(path));
in ocfs2_adjust_rightmost_branch()
2149
for(i = subtree_index + 1; i <
path_num_items
(right_path); i++) {
in ocfs2_rotate_subtree_right()
2573
for(i = unlink_start; i <
path_num_items
(path); i++) {
in ocfs2_unlink_path()
2725
for(i = subtree_index + 1; i <
path_num_items
(right_path); i++) {
in ocfs2_rotate_subtree_left()
2886
path_num_items
(path) - 1);
in ocfs2_rotate_rightmost_leaf_left()
3406
i <
path_num_items
(right_path); i++) {
in ocfs2_merge_rec_right()
3428
path_num_items
(left_path) - 1);
in ocfs2_merge_rec_right()
3568
i <
path_num_items
(right_pat
in ocfs2_merge_rec_left()
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
alloc.h
287
#define
path_num_items
(_path) ((_path)->p_tree_depth + 1)
macro
H
A
D
alloc.c
581
for(i = start; i <
path_num_items
(path); i++) {
in ocfs2_reinit_path()
748
for(i = 0; i <
path_num_items
(path); i++) {
in ocfs2_journal_access_path()
1111
status = ocfs2_extend_trans(handle,
path_num_items
(path));
in ocfs2_adjust_rightmost_branch()
2147
for(i = subtree_index + 1; i <
path_num_items
(right_path); i++) {
in ocfs2_rotate_subtree_right()
2571
for(i = unlink_start; i <
path_num_items
(path); i++) {
in ocfs2_unlink_path()
2723
for(i = subtree_index + 1; i <
path_num_items
(right_path); i++) {
in ocfs2_rotate_subtree_left()
2884
path_num_items
(path) - 1);
in ocfs2_rotate_rightmost_leaf_left()
3404
i <
path_num_items
(right_path); i++) {
in ocfs2_merge_rec_right()
3426
path_num_items
(left_path) - 1);
in ocfs2_merge_rec_right()
3566
i <
path_num_items
(right_pat
in ocfs2_merge_rec_left()
[all...]
Completed in 13 milliseconds