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:si_bh
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
slot_map.c
40
struct buffer_head **
si_bh
;
member
73
se = (struct ocfs2_slot_map_extended *)si->
si_bh
[b]->b_data;
in ocfs2_update_slot_info_extended()
96
sm = (struct ocfs2_slot_map *)si->
si_bh
[0]->b_data;
in ocfs2_update_slot_info_old()
127
BUG_ON(si->
si_bh
== NULL);
in ocfs2_refresh_slot_info()
132
* We pass -1 as blocknr because we expect all of si->
si_bh
to
in ocfs2_refresh_slot_info()
137
si->
si_bh
, OCFS2_BH_IGNORE_CACHE, NULL);
in ocfs2_refresh_slot_info()
159
se = (struct ocfs2_slot_map_extended *)si->
si_bh
[blkind]->b_data;
in ocfs2_update_disk_slot_extended()
164
*bh = si->
si_bh
[blkind];
in ocfs2_update_disk_slot_extended()
174
sm = (struct ocfs2_slot_map *)si->
si_bh
[0]->b_data;
in ocfs2_update_disk_slot_old()
182
*bh = si->
si_bh
[
in ocfs2_update_disk_slot_old()
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
slot_map.c
38
struct buffer_head **
si_bh
;
member
71
se = (struct ocfs2_slot_map_extended *)si->
si_bh
[b]->b_data;
in ocfs2_update_slot_info_extended()
94
sm = (struct ocfs2_slot_map *)si->
si_bh
[0]->b_data;
in ocfs2_update_slot_info_old()
125
BUG_ON(si->
si_bh
== NULL);
in ocfs2_refresh_slot_info()
130
* We pass -1 as blocknr because we expect all of si->
si_bh
to
in ocfs2_refresh_slot_info()
135
si->
si_bh
, OCFS2_BH_IGNORE_CACHE, NULL);
in ocfs2_refresh_slot_info()
157
se = (struct ocfs2_slot_map_extended *)si->
si_bh
[blkind]->b_data;
in ocfs2_update_disk_slot_extended()
162
*bh = si->
si_bh
[blkind];
in ocfs2_update_disk_slot_extended()
172
sm = (struct ocfs2_slot_map *)si->
si_bh
[0]->b_data;
in ocfs2_update_disk_slot_old()
180
*bh = si->
si_bh
[
in ocfs2_update_disk_slot_old()
[all...]
Completed in 2 milliseconds