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:xc_log
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log_cil.c
53
struct xlog *log = cil->
xc_log
;
in xlog_cil_set_iclog_hdr_count()
719
struct xfs_mount *mp = ctx->cil->
xc_log
->l_mp;
in xlog_cil_committed()
720
bool abort = xlog_is_shutdown(ctx->cil->
xc_log
);
in xlog_cil_committed()
736
xfs_trans_committed_bulk(ctx->cil->
xc_log
->l_ailp, &ctx->lv_chain,
in xlog_cil_committed()
805
spin_lock(&cil->
xc_log
->l_icloglock);
in xlog_cil_set_ctx_write_state()
807
spin_unlock(&cil->
xc_log
->l_icloglock);
in xlog_cil_set_ctx_write_state()
826
spin_lock(&cil->
xc_log
->l_icloglock);
in xlog_cil_set_ctx_write_state()
828
spin_unlock(&cil->
xc_log
->l_icloglock);
in xlog_cil_set_ctx_write_state()
869
if (xlog_is_shutdown(cil->
xc_log
)) {
in xlog_cil_order_write()
912
struct xlog *log = ctx->cil->
xc_log
;
in xlog_cil_write_chain()
[all...]
H
A
D
xfs_log_priv.h
270
struct xlog *
xc_log
;
member
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log_cil.c
505
struct xfs_mount *mp = ctx->cil->
xc_log
->l_mp;
in xlog_discard_endio_work()
578
struct xfs_mount *mp = ctx->cil->
xc_log
->l_mp;
in xlog_cil_committed()
579
bool abort = XLOG_FORCED_SHUTDOWN(ctx->cil->
xc_log
);
in xlog_cil_committed()
594
xfs_trans_committed_bulk(ctx->cil->
xc_log
->l_ailp, ctx->lv_chain,
in xlog_cil_committed()
646
struct xlog *log = cil->
xc_log
;
in xlog_cil_push_work()
1233
cil->
xc_log
= log;
in xlog_cil_init()
H
A
D
xfs_log_priv.h
263
struct xlog *
xc_log
;
member
Completed in 6 milliseconds