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:l_cilp
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log_cil.c
64
log->
l_cilp
->xc_ctx->ticket = xlog_cil_ticket_alloc(log);
in xlog_cil_init_post_recovery()
65
log->
l_cilp
->xc_ctx->sequence = 1;
in xlog_cil_init_post_recovery()
266
lv->lv_item->li_seq = log->
l_cilp
->xc_ctx->sequence;
in xfs_cil_prepare_item()
390
struct xfs_cil *cil = log->
l_cilp
;
in xlog_cil_insert_items()
906
struct xfs_cil *cil = log->
l_cilp
;
970
struct xfs_cil *cil = log->
l_cilp
;
in xlog_cil_push_now()
999
struct xfs_cil *cil = log->
l_cilp
;
in xlog_cil_empty()
1029
struct xfs_cil *cil = log->
l_cilp
;
in xlog_cil_commit()
1090
struct xfs_cil *cil = log->
l_cilp
;
in xlog_cil_force_seq()
1184
struct xfs_cil *cil = lip->li_mountp->m_log->
l_cilp
;
in xfs_log_item_in_current_chkpt()
[all...]
H
A
D
xfs_log_priv.h
388
struct xfs_cil *
l_cilp
; /* CIL log is working with */
member
561
xlog_cil_force_seq(log, log->
l_cilp
->xc_current_sequence);
in xlog_cil_force()
H
A
D
xfs_log.c
3780
spin_lock(&log->
l_cilp
->xc_push_lock);
in xfs_log_force_umount()
3781
wake_up_all(&log->
l_cilp
->xc_commit_wait);
in xfs_log_force_umount()
3782
spin_unlock(&log->
l_cilp
->xc_push_lock);
in xfs_log_force_umount()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log_cil.c
89
return xlog_item_in_current_chkpt(lip->li_log->
l_cilp
, lip);
in xfs_log_item_in_current_chkpt()
213
log->
l_cilp
->xc_ctx->ticket = xlog_cil_ticket_alloc(log);
in xlog_cil_init_post_recovery()
214
log->
l_cilp
->xc_ctx->sequence = 1;
in xlog_cil_init_post_recovery()
215
xlog_cil_set_iclog_hdr_count(log->
l_cilp
);
in xlog_cil_init_post_recovery()
417
lv->lv_item->li_seq = log->
l_cilp
->xc_ctx->sequence;
in xfs_cil_prepare_item()
535
if (waitqueue_active(&log->
l_cilp
->xc_push_wait))
in xlog_cil_over_hard_limit()
555
struct xfs_cil *cil = log->
l_cilp
;
in xlog_cil_insert_items()
1372
struct xfs_cil *cil = log->
l_cilp
;
1457
struct xfs_cil *cil = log->
l_cilp
;
in xlog_cil_push_now()
1498
struct xfs_cil *cil = log->
l_cilp
;
in xlog_cil_empty()
[all...]
H
A
D
xfs_log_priv.h
403
struct xfs_cil *
l_cilp
; /* CIL log is working with */
member
602
xlog_cil_force_seq(log, log->
l_cilp
->xc_current_sequence);
in xlog_cil_force()
H
A
D
xfs_log.c
3798
spin_lock(&log->
l_cilp
->xc_push_lock);
in xlog_force_shutdown()
3799
wake_up_all(&log->
l_cilp
->xc_start_wait);
in xlog_force_shutdown()
3800
wake_up_all(&log->
l_cilp
->xc_commit_wait);
in xlog_force_shutdown()
3801
spin_unlock(&log->
l_cilp
->xc_push_lock);
in xlog_force_shutdown()
Completed in 14 milliseconds