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_leaf_bh
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
dir.c
187
brelse(res->
dl_leaf_bh
);
in ocfs2_free_dir_lookup_result()
997
res->
dl_leaf_bh
= dir_ent_bh;
in ocfs2_dx_dir_search()
1087
lookup->
dl_leaf_bh
= bh;
in ocfs2_find_entry()
1102
struct buffer_head *de_bh = res->
dl_leaf_bh
;
in ocfs2_update_entry()
1242
struct buffer_head *leaf_bh = lookup->
dl_leaf_bh
;
in ocfs2_delete_entry_dx()
1402
res->
dl_leaf_bh
);
in ocfs2_delete_entry()
1405
res->
dl_leaf_bh
);
in ocfs2_delete_entry()
1511
lookup->
dl_leaf_bh
->b_blocknr,
in ocfs2_dx_dir_insert()
1515
lookup->
dl_leaf_bh
->b_blocknr,
in ocfs2_dx_dir_insert()
1536
trailer = ocfs2_trailer_from_bh(lookup->
dl_leaf_bh
, di
in ocfs2_remove_block_from_free_list()
[all...]
H
A
D
dir.h
21
struct buffer_head *
dl_leaf_bh
; /* Unindexed leaf
member
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
dir.c
185
brelse(res->
dl_leaf_bh
);
in ocfs2_free_dir_lookup_result()
989
res->
dl_leaf_bh
= dir_ent_bh;
in ocfs2_dx_dir_search()
1079
lookup->
dl_leaf_bh
= bh;
in ocfs2_find_entry()
1094
struct buffer_head *de_bh = res->
dl_leaf_bh
;
in ocfs2_update_entry()
1234
struct buffer_head *leaf_bh = lookup->
dl_leaf_bh
;
in ocfs2_delete_entry_dx()
1394
res->
dl_leaf_bh
);
in ocfs2_delete_entry()
1397
res->
dl_leaf_bh
);
in ocfs2_delete_entry()
1503
lookup->
dl_leaf_bh
->b_blocknr,
in ocfs2_dx_dir_insert()
1507
lookup->
dl_leaf_bh
->b_blocknr,
in ocfs2_dx_dir_insert()
1528
trailer = ocfs2_trailer_from_bh(lookup->
dl_leaf_bh
, di
in ocfs2_remove_block_from_free_list()
[all...]
H
A
D
dir.h
19
struct buffer_head *
dl_leaf_bh
; /* Unindexed leaf
member
Completed in 8 milliseconds