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:h_err
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
ext4_jbd2.c
120
err = handle->
h_err
;
in __ext4_journal_stop()
188
if (!handle->
h_err
)
in ext4_journal_abort_handle()
189
handle->
h_err
= err;
in ext4_journal_abort_handle()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
ext4_jbd2.c
127
err = handle->
h_err
;
in __ext4_journal_stop()
195
if (!handle->
h_err
)
in ext4_journal_abort_handle()
196
handle->
h_err
= err;
in ext4_journal_abort_handle()
/kernel/linux/linux-5.10/drivers/media/platform/stm32/
H
A
D
stm32-dcmi.c
948
int
h_err
= (fsize->height - pix->height);
in __find_outer_frame_size()
local
949
int err = w_err +
h_err
;
in __find_outer_frame_size()
951
if (w_err >= 0 &&
h_err
>= 0 && err < min_err) {
in __find_outer_frame_size()
/kernel/linux/linux-6.6/drivers/media/platform/st/stm32/
H
A
D
stm32-dcmi.c
943
int
h_err
= (fsize->height - pix->height);
in __find_outer_frame_size()
local
944
int err = w_err +
h_err
;
in __find_outer_frame_size()
946
if (w_err >= 0 &&
h_err
>= 0 && err < min_err) {
in __find_outer_frame_size()
/kernel/linux/linux-5.10/include/linux/
H
A
D
jbd2.h
470
* @
h_err
: Field for caller's use to track errors through large fs operations.
500
int
h_err
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
jbd2.h
460
* @
h_err
: Field for caller's use to track errors through large fs operations.
490
int
h_err
;
member
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
journal.c
788
handle->
h_err
= status;
in ocfs2_journal_dirty()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
journal.c
783
handle->
h_err
= status;
in ocfs2_journal_dirty()
Completed in 18 milliseconds