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:dl_dx_root_bh
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
dir.h
26
struct buffer_head *
dl_dx_root_bh
; /* Root of indexed
member
H
A
D
dir.c
186
brelse(res->
dl_dx_root_bh
);
in ocfs2_free_dir_lookup_result()
1043
lookup->
dl_dx_root_bh
= dx_root_bh;
in ocfs2_find_entry_dx()
1241
struct buffer_head *dx_root_bh = lookup->
dl_dx_root_bh
;
in ocfs2_delete_entry_dx()
1498
struct buffer_head *dx_root_bh = lookup->
dl_dx_root_bh
;
in ocfs2_dx_dir_insert()
1507
dx_root = (struct ocfs2_dx_root_block *)lookup->
dl_dx_root_bh
->b_data;
in ocfs2_dx_dir_insert()
1539
bh = lookup->
dl_dx_root_bh
;
in ocfs2_remove_block_from_free_list()
1557
* lookup->dl_prev_leaf_bh or lookup->
dl_dx_root_bh
1619
bh = lookup->
dl_dx_root_bh
;
in __ocfs2_add_entry()
3062
lookup->
dl_dx_root_bh
= dx_root_bh;
in ocfs2_expand_inline_dir()
3176
struct buffer_head *dx_root_bh = lookup->
dl_dx_root_bh
;
in ocfs2_extend_dir()
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
dir.h
24
struct buffer_head *
dl_dx_root_bh
; /* Root of indexed
member
H
A
D
dir.c
184
brelse(res->
dl_dx_root_bh
);
in ocfs2_free_dir_lookup_result()
1035
lookup->
dl_dx_root_bh
= dx_root_bh;
in ocfs2_find_entry_dx()
1233
struct buffer_head *dx_root_bh = lookup->
dl_dx_root_bh
;
in ocfs2_delete_entry_dx()
1490
struct buffer_head *dx_root_bh = lookup->
dl_dx_root_bh
;
in ocfs2_dx_dir_insert()
1499
dx_root = (struct ocfs2_dx_root_block *)lookup->
dl_dx_root_bh
->b_data;
in ocfs2_dx_dir_insert()
1531
bh = lookup->
dl_dx_root_bh
;
in ocfs2_remove_block_from_free_list()
1549
* lookup->dl_prev_leaf_bh or lookup->
dl_dx_root_bh
1611
bh = lookup->
dl_dx_root_bh
;
in __ocfs2_add_entry()
3051
lookup->
dl_dx_root_bh
= dx_root_bh;
in ocfs2_expand_inline_dir()
3165
struct buffer_head *dx_root_bh = lookup->
dl_dx_root_bh
;
in ocfs2_extend_dir()
[all...]
Completed in 10 milliseconds