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:ic_state
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log.c
492
if (iclog->
ic_state
== XLOG_STATE_WANT_SYNC) {
in __xlog_state_release_iclog()
496
iclog->
ic_state
= XLOG_STATE_SYNCING;
in __xlog_state_release_iclog()
503
ASSERT(iclog->
ic_state
== XLOG_STATE_ACTIVE);
in __xlog_state_release_iclog()
518
if (iclog->
ic_state
== XLOG_STATE_IOERROR)
in xlog_state_release_iclog()
539
if (iclog->
ic_state
!= XLOG_STATE_IOERROR)
in xfs_log_release_iclog()
798
iclog->
ic_state
!= XLOG_STATE_ACTIVE &&
799
iclog->
ic_state
!= XLOG_STATE_DIRTY) {
872
if (iclog->
ic_state
== XLOG_STATE_ACTIVE)
in xlog_unmount_write()
875
ASSERT(iclog->
ic_state
== XLOG_STATE_WANT_SYNC ||
in xlog_unmount_write()
876
iclog->
ic_state
in xlog_unmount_write()
[all...]
H
A
D
xfs_log_cil.c
859
if (commit_iclog->
ic_state
== XLOG_STATE_IOERROR) {
in xlog_cil_push_work()
863
ASSERT_ALWAYS(commit_iclog->
ic_state
== XLOG_STATE_ACTIVE ||
in xlog_cil_push_work()
864
commit_iclog->
ic_state
== XLOG_STATE_WANT_SYNC);
in xlog_cil_push_work()
H
A
D
xfs_log_priv.h
180
* -
ic_state
is the state of the iclog.
203
enum xlog_iclog_state
ic_state
;
member
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log.c
586
if ((iclog->
ic_state
== XLOG_STATE_WANT_SYNC ||
in xlog_state_release_iclog()
609
if (iclog->
ic_state
!= XLOG_STATE_WANT_SYNC) {
in xlog_state_release_iclog()
610
ASSERT(iclog->
ic_state
== XLOG_STATE_ACTIVE);
in xlog_state_release_iclog()
614
iclog->
ic_state
= XLOG_STATE_SYNCING;
in xlog_state_release_iclog()
852
if (iclog->
ic_state
== XLOG_STATE_ACTIVE)
in xlog_force_iclog()
889
iclog->
ic_state
!= XLOG_STATE_ACTIVE &&
890
iclog->
ic_state
!= XLOG_STATE_DIRTY) {
991
ASSERT(iclog->
ic_state
== XLOG_STATE_ACTIVE);
in xfs_log_unmount_verify_iclog()
1630
iclog->
ic_state
= XLOG_STATE_ACTIVE;
in xlog_alloc_log()
2250
iclog->
ic_state
in xlog_write_full()
[all...]
H
A
D
xfs_log_priv.h
171
* -
ic_state
is the state of the iclog.
194
enum xlog_iclog_state
ic_state
;
member
H
A
D
xfs_log_cil.c
1327
ctx->commit_iclog->
ic_state
== XLOG_STATE_ACTIVE)
in xlog_cil_push_work()
H
A
D
xfs_trace.h
4313
__entry->state = iclog->
ic_state
;
Completed in 17 milliseconds