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_icloglock
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log.c
490
lockdep_assert_held(&log->
l_icloglock
);
in __xlog_state_release_iclog()
516
lockdep_assert_held(&log->
l_icloglock
);
in xlog_state_release_iclog()
523
spin_unlock(&log->
l_icloglock
);
in xlog_state_release_iclog()
525
spin_lock(&log->
l_icloglock
);
in xlog_state_release_iclog()
538
if (atomic_dec_and_lock(&iclog->ic_refcnt, &log->
l_icloglock
)) {
in xfs_log_release_iclog()
541
spin_unlock(&log->
l_icloglock
);
in xfs_log_release_iclog()
793
__releases(iclog->ic_log->
l_icloglock
)
801
xlog_wait(&iclog->ic_force_wait, &log->
l_icloglock
);
803
spin_unlock(&log->
l_icloglock
);
869
spin_lock(&log->
l_icloglock
);
in xlog_unmount_write()
[all...]
H
A
D
xfs_log_priv.h
189
* - fields protected by the global
l_icloglock
192
* We'll put all the read-only and
l_icloglock
fields in the first cacheline,
410
spinlock_t
l_icloglock
; /* grab to change iclog state */
member
622
spin_lock(&log->
l_icloglock
);
in xlog_valid_lsn()
625
spin_unlock(&log->
l_icloglock
);
in xlog_valid_lsn()
H
A
D
xfs_sysfs.c
324
spin_lock(&log->
l_icloglock
);
in log_head_lsn_show()
327
spin_unlock(&log->
l_icloglock
);
in log_head_lsn_show()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log.c
536
spin_unlock(&log->
l_icloglock
);
in xlog_state_shutdown_callbacks()
540
spin_lock(&log->
l_icloglock
);
in xlog_state_shutdown_callbacks()
577
lockdep_assert_held(&log->
l_icloglock
);
in xlog_state_release_iclog()
618
spin_unlock(&log->
l_icloglock
);
in xlog_state_release_iclog()
620
spin_lock(&log->
l_icloglock
);
in xlog_state_release_iclog()
883
__releases(iclog->ic_log->
l_icloglock
)
892
xlog_wait(&iclog->ic_force_wait, &log->
l_icloglock
);
894
spin_unlock(&log->
l_icloglock
);
973
spin_lock(&log->
l_icloglock
);
in xlog_unmount_write()
1194
spin_lock(&log->
l_icloglock
);
in xfs_log_need_covered()
[all...]
H
A
D
xfs_log_priv.h
180
* - fields protected by the global
l_icloglock
183
* We'll put all the read-only and
l_icloglock
fields in the first cacheline,
425
spinlock_t
l_icloglock
; /* grab to change iclog state */
member
665
spin_lock(&log->
l_icloglock
);
in xlog_valid_lsn()
668
spin_unlock(&log->
l_icloglock
);
in xlog_valid_lsn()
H
A
D
xfs_log_cil.c
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()
1293
spin_lock(&log->
l_icloglock
);
in xlog_cil_push_work()
1305
spin_lock(&log->
l_icloglock
);
in xlog_cil_push_work()
1334
spin_unlock(&log->
l_icloglock
);
in xlog_cil_push_work()
1353
spin_lock(&log->
l_icloglock
);
in xlog_cil_push_work()
1357
spin_unlock(&log->
l_icloglock
);
in xlog_cil_push_work()
H
A
D
xfs_sysfs.c
352
spin_lock(&log->
l_icloglock
);
in log_head_lsn_show()
355
spin_unlock(&log->
l_icloglock
);
in log_head_lsn_show()
Completed in 14 milliseconds