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_flags
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log.c
135
oph->
oh_flags
= 0;
in xlog_prepare_iovec()
919
.
oh_flags
= XLOG_UNMOUNT_TRANS,
in xlog_write_unmount_record()
2350
ophdr->
oh_flags
|= XLOG_CONTINUE_TRANS;
in xlog_write_partial()
2399
ophdr->
oh_flags
= XLOG_WAS_CONT_TRANS;
in xlog_write_partial()
2412
ophdr->
oh_flags
|= XLOG_END_TRANS;
in xlog_write_partial()
2414
ophdr->
oh_flags
|= XLOG_CONTINUE_TRANS;
in xlog_write_partial()
2423
} while (ophdr->
oh_flags
& XLOG_CONTINUE_TRANS);
in xlog_write_partial()
H
A
D
xfs_log_recover.c
1172
if (op_head->
oh_flags
& XLOG_UNMOUNT_TRANS) {
in xlog_check_unmount_rec()
2309
if (!(ohead->
oh_flags
& XLOG_START_TRANS))
in xlog_recover_ophdr_to_trans()
2396
ohead->
oh_flags
& XLOG_COMMIT_TRANS) {
in xlog_recover_process_ophdr()
2404
ohead->
oh_flags
, pass, buffer_list);
in xlog_recover_process_ophdr()
H
A
D
xfs_log_cil.c
935
.
oh_flags
= XLOG_COMMIT_TRANS,
in xlog_cil_write_commit_record()
998
hdr->oph[0].
oh_flags
= XLOG_START_TRANS;
in xlog_cil_build_trans_hdr()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log.c
2133
ophdr->
oh_flags
= XLOG_START_TRANS;
in xlog_write_start_rec()
2149
ophdr->
oh_flags
= flags;
in xlog_write_setup_ophdr()
2198
ophdr->
oh_flags
|= (XLOG_END_TRANS|XLOG_WAS_CONT_TRANS);
in xlog_write_setup_copy()
2207
ophdr->
oh_flags
|= XLOG_CONTINUE_TRANS;
in xlog_write_setup_copy()
2209
ophdr->
oh_flags
|= XLOG_WAS_CONT_TRANS;
in xlog_write_setup_copy()
H
A
D
xfs_log_recover.c
1178
if (op_head->
oh_flags
& XLOG_UNMOUNT_TRANS) {
in xlog_check_unmount_rec()
2289
if (!(ohead->
oh_flags
& XLOG_START_TRANS))
in xlog_recover_ophdr_to_trans()
2376
ohead->
oh_flags
& XLOG_COMMIT_TRANS) {
in xlog_recover_process_ophdr()
2384
ohead->
oh_flags
, pass, buffer_list);
in xlog_recover_process_ophdr()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
145
__u8
oh_flags
; /* : 1 b */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
146
__u8
oh_flags
; /* : 1 b */
member
Completed in 23 milliseconds