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:ophead
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log.c
3579
xlog_op_header_t *
ophead
;
in xlog_verify_iclog()
local
3613
ophead
= ptr;
in xlog_verify_iclog()
3616
ophead
= ptr;
in xlog_verify_iclog()
3619
p = &
ophead
->oh_clientid;
in xlog_verify_iclog()
3622
clientid =
ophead
->oh_clientid;
in xlog_verify_iclog()
3624
idx = BTOBBT((char *)&
ophead
->oh_clientid - iclog->ic_datap);
in xlog_verify_iclog()
3638
__func__, clientid,
ophead
,
in xlog_verify_iclog()
3642
p = &
ophead
->oh_len;
in xlog_verify_iclog()
3645
op_len = be32_to_cpu(
ophead
->oh_len);
in xlog_verify_iclog()
3647
idx = BTOBBT((uintptr_t)&
ophead
in xlog_verify_iclog()
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log.c
3620
xlog_op_header_t *
ophead
;
in xlog_verify_iclog()
local
3654
ophead
= ptr;
in xlog_verify_iclog()
3657
ophead
= ptr;
in xlog_verify_iclog()
3660
p = &
ophead
->oh_clientid;
in xlog_verify_iclog()
3663
clientid =
ophead
->oh_clientid;
in xlog_verify_iclog()
3665
idx = BTOBBT((void *)&
ophead
->oh_clientid - iclog->ic_datap);
in xlog_verify_iclog()
3679
__func__, i, clientid,
ophead
,
in xlog_verify_iclog()
3684
p = &
ophead
->oh_len;
in xlog_verify_iclog()
3687
op_len = be32_to_cpu(
ophead
->oh_len);
in xlog_verify_iclog()
3689
idx = BTOBBT((void *)&
ophead
in xlog_verify_iclog()
[all...]
Completed in 9 milliseconds