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:oh_clientid
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log.c
2131
ophdr->
oh_clientid
= ticket->t_clientid;
in xlog_write_start_rec()
2145
ophdr->
oh_clientid
= ticket->t_clientid;
in xlog_write_setup_ophdr()
2156
switch (ophdr->
oh_clientid
) {
in xlog_write_setup_ophdr()
2164
ophdr->
oh_clientid
, ticket);
in xlog_write_setup_ophdr()
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()
H
A
D
xfs_log_recover.c
2328
if (ohead->
oh_clientid
!= XFS_TRANSACTION &&
in xlog_recover_process_ophdr()
2329
ohead->
oh_clientid
!= XFS_LOG) {
in xlog_recover_process_ophdr()
2331
__func__, ohead->
oh_clientid
);
in xlog_recover_process_ophdr()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log.c
133
oph->
oh_clientid
= XFS_TRANSACTION;
in xlog_prepare_iovec()
917
.
oh_clientid
= XFS_LOG,
in xlog_write_unmount_record()
2397
ophdr->
oh_clientid
= XFS_TRANSACTION;
in xlog_write_partial()
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()
H
A
D
xfs_log_cil.c
933
.
oh_clientid
= XFS_TRANSACTION,
in xlog_cil_write_commit_record()
997
hdr->oph[0].
oh_clientid
= XFS_TRANSACTION;
in xlog_cil_build_trans_hdr()
1007
hdr->oph[1].
oh_clientid
= XFS_TRANSACTION;
in xlog_cil_build_trans_hdr()
H
A
D
xfs_log_recover.c
2348
if (ohead->
oh_clientid
!= XFS_TRANSACTION &&
in xlog_recover_process_ophdr()
2349
ohead->
oh_clientid
!= XFS_LOG) {
in xlog_recover_process_ophdr()
2351
__func__, ohead->
oh_clientid
);
in xlog_recover_process_ophdr()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
144
__u8
oh_clientid
; /* who sent me this : 1 b */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
145
__u8
oh_clientid
; /* who sent me this : 1 b */
member
Completed in 34 milliseconds