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_root_bh
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
alloc.h
284
#define
path_root_bh
(_path) ((_path)->p_node[0].bh)
macro
H
A
D
alloc.c
623
BUG_ON(
path_root_bh
(dest) !=
path_root_bh
(src));
in ocfs2_cp_path()
646
BUG_ON(
path_root_bh
(dest) !=
path_root_bh
(src));
in ocfs2_mv_path()
694
path_root_bh
(path) = root_bh;
in ocfs2_new_path()
704
return ocfs2_new_path(
path_root_bh
(path), path_root_el(path),
in ocfs2_new_path_from_path()
1758
BUG_ON(
path_root_bh
(left) !=
path_root_bh
(right));
in ocfs2_find_subtree_root()
2650
struct buffer_head *root_bh, *et_root_bh =
path_root_bh
(right_path);
in ocfs2_rotate_subtree_left()
3098
ocfs2_journal_dirty(handle,
path_root_bh
(pat
in ocfs2_remove_rightmost_path()
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
alloc.h
282
#define
path_root_bh
(_path) ((_path)->p_node[0].bh)
macro
H
A
D
alloc.c
621
BUG_ON(
path_root_bh
(dest) !=
path_root_bh
(src));
in ocfs2_cp_path()
644
BUG_ON(
path_root_bh
(dest) !=
path_root_bh
(src));
in ocfs2_mv_path()
692
path_root_bh
(path) = root_bh;
in ocfs2_new_path()
702
return ocfs2_new_path(
path_root_bh
(path), path_root_el(path),
in ocfs2_new_path_from_path()
1756
BUG_ON(
path_root_bh
(left) !=
path_root_bh
(right));
in ocfs2_find_subtree_root()
2648
struct buffer_head *root_bh, *et_root_bh =
path_root_bh
(right_path);
in ocfs2_rotate_subtree_left()
3096
ocfs2_journal_dirty(handle,
path_root_bh
(pat
in ocfs2_remove_rightmost_path()
[all...]
Completed in 13 milliseconds