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_log
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log.c
853
xlog_state_switch_iclogs(iclog->
ic_log
, iclog, 0);
in xlog_force_iclog()
854
return xlog_state_release_iclog(iclog->
ic_log
, iclog, NULL);
in xlog_force_iclog()
883
__releases(iclog->
ic_log
->l_icloglock)
885
struct xlog *log = iclog->
ic_log
;
1380
struct xlog *log = iclog->
ic_log
;
in xlog_ioend_work()
1631
iclog->
ic_log
= log;
in xlog_alloc_log()
1844
queue_work(iclog->
ic_log
->l_ioend_workqueue,
in xlog_bio_end_io()
2222
ASSERT(*log_offset < iclog->
ic_log
->l_iclog_size);
in xlog_write_iovec()
2276
struct xlog *log = iclog->
ic_log
;
in xlog_write_get_more_iclog_space()
2850
struct xlog *log = iclog->
ic_log
;
in xlog_state_done_syncing()
[all...]
H
A
D
xfs_log_priv.h
167
* -
ic_log
is a pointer back to the global log structure.
191
struct xlog *
ic_log
;
member
H
A
D
xfs_trace.h
4312
__entry->dev = iclog->
ic_log
->l_mp->m_super->s_dev;
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log.c
535
struct xlog *log = iclog->
ic_log
;
in xfs_log_release_iclog()
793
__releases(iclog->
ic_log
->l_icloglock)
795
struct xlog *log = iclog->
ic_log
;
1196
struct xlog *log = iclog->
ic_log
;
in xlog_ioend_work()
1417
iclog->
ic_log
= log;
in xlog_alloc_log()
1662
queue_work(iclog->
ic_log
->l_ioend_workqueue,
in xlog_bio_end_io()
2833
struct xlog *log = iclog->
ic_log
;
in xlog_state_done_syncing()
H
A
D
xfs_log_priv.h
176
* -
ic_log
is a pointer back to the global log structure.
200
struct xlog *
ic_log
;
member
Completed in 16 milliseconds